Workday Integration · Capability

Workday Integration Workday Integrations API — Integration Events

Workday Integration Workday Integrations API — Integration Events. 2 operations. Lead operation: Workday Integration Retrieve integration events. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationIntegration Events

What You Can Do

GET
Getintegrationevents — Workday Integration Retrieve integration events
/v1/integrationevents
GET
Getintegrationeventbyid — Workday Integration Retrieve a specific integration event
/v1/integrationevents/{id}

MCP Tools

workday-integration-retrieve-integration-events

Workday Integration Retrieve integration events

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

Workday Integration Retrieve a specific integration event

read-only idempotent

Capability Spec

integrations-integration-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Integrations API — Integration Events
  description: 'Workday Integration Workday Integrations API — Integration Events. 2 operations. Lead operation: Workday Integration
    Retrieve integration events. Self-contained Naftiko capability covering one Workday Integration business surface.'
  tags:
  - Workday Integration
  - Integration Events
  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: integrations-integration-events
    baseUri: https://{baseUrl}/ccx/api/v1/{tenant}
    description: Workday Integration Workday Integrations API — Integration Events business capability. Self-contained, no
      shared references.
    resources:
    - name: integrationEvents
      path: /integrationEvents
      operations:
      - name: getintegrationevents
        method: GET
        description: Workday Integration Retrieve integration events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: integrationEvents-ID
      path: /integrationEvents/{ID}
      operations:
      - name: getintegrationeventbyid
        method: GET
        description: Workday Integration Retrieve a specific integration event
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: integrations-integration-events-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Integrations API — Integration Events. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/integrationevents
      name: integrationevents
      description: REST surface for integrationEvents.
      operations:
      - method: GET
        name: getintegrationevents
        description: Workday Integration Retrieve integration events
        call: integrations-integration-events.getintegrationevents
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/integrationevents/{id}
      name: integrationevents-id
      description: REST surface for integrationEvents-ID.
      operations:
      - method: GET
        name: getintegrationeventbyid
        description: Workday Integration Retrieve a specific integration event
        call: integrations-integration-events.getintegrationeventbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: integrations-integration-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Integrations API — Integration Events. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-integration-events
      description: Workday Integration Retrieve integration events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integrations-integration-events.getintegrationevents
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integration-retrieve-specific-integration
      description: Workday Integration Retrieve a specific integration event
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integrations-integration-events.getintegrationeventbyid
      outputParameters:
      - type: object
        mapping: $.