Workday Integration · Capability

Workday Integration Workday Learning API — Assignments

Workday Integration Workday Learning API — Assignments. 1 operations. Lead operation: Workday Integration Retrieve learning assignments for a worker. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationAssignments

What You Can Do

GET
Getworkerlearningassignments — Workday Integration Retrieve learning assignments for a worker
/v1/workers/{id}/learningassignments

MCP Tools

workday-integration-retrieve-learning-assignments

Workday Integration Retrieve learning assignments for a worker

read-only idempotent

Capability Spec

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