Workday Integration · Capability

Workday Integration Workday Campus Engagement API — Campus Engagement

Workday Integration Workday Campus Engagement API — Campus Engagement. 2 operations. Lead operation: Workday Integration Retrieve a collection of events. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationCampus Engagement

What You Can Do

GET
Getevents — Workday Integration Retrieve a collection of events
/v1/events
GET
Geteventbyid — Workday Integration Retrieve a specific Event
/v1/events/{id}

MCP Tools

workday-integration-retrieve-collection-events

Workday Integration Retrieve a collection of events

read-only idempotent
workday-integration-retrieve-specific-event

Workday Integration Retrieve a specific Event

read-only idempotent

Capability Spec

campus-engagement-campus-engagement.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Campus Engagement API — Campus Engagement
  description: 'Workday Integration Workday Campus Engagement API — Campus Engagement. 2 operations. Lead operation: Workday
    Integration Retrieve a collection of events. Self-contained Naftiko capability covering one Workday Integration business
    surface.'
  tags:
  - Workday Integration
  - Campus Engagement
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATION_API_KEY: WORKDAY_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: campus-engagement-campus-engagement
    baseUri: https://{baseUrl}/ccx/api/campusEngagement/v1/{tenant}
    description: Workday Integration Workday Campus Engagement API — Campus Engagement business capability. Self-contained,
      no shared references.
    resources:
    - name: events
      path: /events
      operations:
      - name: getevents
        method: GET
        description: Workday Integration Retrieve a collection of events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: events-ID
      path: /events/{ID}
      operations:
      - name: geteventbyid
        method: GET
        description: Workday Integration Retrieve a specific Event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: campus-engagement-campus-engagement-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Campus Engagement API — Campus Engagement. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/events
      name: events
      description: REST surface for events.
      operations:
      - method: GET
        name: getevents
        description: Workday Integration Retrieve a collection of events
        call: campus-engagement-campus-engagement.getevents
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/events/{id}
      name: events-id
      description: REST surface for events-ID.
      operations:
      - method: GET
        name: geteventbyid
        description: Workday Integration Retrieve a specific Event
        call: campus-engagement-campus-engagement.geteventbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: campus-engagement-campus-engagement-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Campus Engagement API — Campus Engagement. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-collection-events
      description: Workday Integration Retrieve a collection of events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: campus-engagement-campus-engagement.getevents
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integration-retrieve-specific-event
      description: Workday Integration Retrieve a specific Event
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: campus-engagement-campus-engagement.geteventbyid
      outputParameters:
      - type: object
        mapping: $.