Workday Integration · Capability

Workday Integration Workday Extensibility API — Extensibility

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

Run with Naftiko Workday IntegrationExtensibility

What You Can Do

GET
Getcustomobjects — Workday Integration Retrieve a collection of customObjects
/v1/customobjects
GET
Getcustomobjectbyid — Workday Integration Retrieve a specific CustomObject
/v1/customobjects/{id}

MCP Tools

workday-integration-retrieve-collection-customobjects

Workday Integration Retrieve a collection of customObjects

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

Workday Integration Retrieve a specific CustomObject

read-only idempotent

Capability Spec

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