Workday Integration · Capability

Workday Integration Workday Time Tracking API — Time Blocks

Workday Integration Workday Time Tracking API — Time Blocks. 2 operations. Lead operation: Workday Integration Retrieve worker time blocks. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationTime Blocks

What You Can Do

GET
Getworkertimeblocks — Workday Integration Retrieve worker time blocks
/v1/workertimeblocks
GET
Getworkertimeblockbyid — Workday Integration Retrieve a specific worker time block
/v1/workertimeblocks/{id}

MCP Tools

workday-integration-retrieve-worker-time

Workday Integration Retrieve worker time blocks

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

Workday Integration Retrieve a specific worker time block

read-only idempotent

Capability Spec

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