Workday Integration · Capability

Workday Integration Workday Financial Management API — Customers

Workday Integration Workday Financial Management API — Customers. 3 operations. Lead operation: Workday Integration Retrieve a collection of customers. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationCustomers

What You Can Do

GET
Getcustomers — Workday Integration Retrieve a collection of customers
/v1/customers
GET
Getcustomerbyid — Workday Integration Retrieve a specific customer
/v1/customers/{id}
GET
Getcustomeractivities — Workday Integration Retrieve activities for a customer
/v1/customers/{id}/activities

MCP Tools

workday-integration-retrieve-collection-customers

Workday Integration Retrieve a collection of customers

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

Workday Integration Retrieve a specific customer

read-only idempotent
workday-integration-retrieve-activities-customer

Workday Integration Retrieve activities for a customer

read-only idempotent

Capability Spec

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