Workday Studio · Capability

Workday Studio Workday Web Services API — Time Tracking

Workday Studio Workday Web Services API — Time Tracking. 1 operations. Lead operation: Workday Studio Retrieve Time Clock Events. Self-contained Naftiko capability covering one Workday Studio business surface.

Run with Naftiko Workday StudioTime Tracking

What You Can Do

POST
Gettimeclockevents — Workday Studio Retrieve Time Clock Events
/v1/time-tracking/get-time-clock-events

MCP Tools

workday-studio-retrieve-time-clock

Workday Studio Retrieve Time Clock Events

read-only

Capability Spec

web-services-time-tracking.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Studio Workday Web Services API — Time Tracking
  description: 'Workday Studio Workday Web Services API — Time Tracking. 1 operations. Lead operation: Workday Studio Retrieve
    Time Clock Events. Self-contained Naftiko capability covering one Workday Studio business surface.'
  tags:
  - Workday Studio
  - Time Tracking
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_STUDIO_API_KEY: WORKDAY_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: web-services-time-tracking
    baseUri: https://{baseUrl}/ccx/service/{tenant}
    description: Workday Studio Workday Web Services API — Time Tracking business capability. Self-contained, no shared references.
    resources:
    - name: Time_Tracking-Get_Time_Clock_Events
      path: /Time_Tracking/Get_Time_Clock_Events
      operations:
      - name: gettimeclockevents
        method: POST
        description: Workday Studio Retrieve Time Clock Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WORKDAY_STUDIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: web-services-time-tracking-rest
    port: 8080
    description: REST adapter for Workday Studio Workday Web Services API — Time Tracking. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/time-tracking/get-time-clock-events
      name: time-tracking-get-time-clock-events
      description: REST surface for Time_Tracking-Get_Time_Clock_Events.
      operations:
      - method: POST
        name: gettimeclockevents
        description: Workday Studio Retrieve Time Clock Events
        call: web-services-time-tracking.gettimeclockevents
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-services-time-tracking-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Studio Workday Web Services API — Time Tracking. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-studio-retrieve-time-clock
      description: Workday Studio Retrieve Time Clock Events
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: web-services-time-tracking.gettimeclockevents
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.