Workday Integration · Capability

Workday Integration Workday Absence Management API — Balances

Workday Integration Workday Absence Management API — Balances. 1 operations. Lead operation: Workday Integration Retrieve an absence plan balance. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationBalances

What You Can Do

GET
Getabsencebalance — Workday Integration Retrieve an absence plan balance
/v1/balances/{id}

MCP Tools

workday-integration-retrieve-absence-plan

Workday Integration Retrieve an absence plan balance

read-only idempotent

Capability Spec

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