Workday Integration · Capability

Workday Integration Workday Learning API — Courses

Workday Integration Workday Learning API — Courses. 2 operations. Lead operation: Workday Integration Retrieve learning courses. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationCourses

What You Can Do

GET
Getlearningcourses — Workday Integration Retrieve learning courses
/v1/learningcourses
GET
Getlearningcoursebyid — Workday Integration Retrieve a specific learning course
/v1/learningcourses/{id}

MCP Tools

workday-integration-retrieve-learning-courses

Workday Integration Retrieve learning courses

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

Workday Integration Retrieve a specific learning course

read-only idempotent

Capability Spec

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