Workday Integration · Capability

Workday Integration Workday Resource Management API — Resource Management

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

Run with Naftiko Workday IntegrationResource Management

What You Can Do

GET
Getresources — Workday Integration Retrieve a collection of resources
/v1/resources
GET
Getresourcebyid — Workday Integration Retrieve a specific Resource
/v1/resources/{id}

MCP Tools

workday-integration-retrieve-collection-resources

Workday Integration Retrieve a collection of resources

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

Workday Integration Retrieve a specific Resource

read-only idempotent

Capability Spec

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