Workday Integration · Capability

Workday Integration Workday Recruiting API — Job Postings

Workday Integration Workday Recruiting API — Job Postings. 2 operations. Lead operation: Workday Integration Retrieve a collection of job postings. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationJob Postings

What You Can Do

GET
Getjobpostings — Workday Integration Retrieve a collection of job postings
/v1/jobpostings
GET
Getjobpostingbyid — Workday Integration Retrieve a specific job posting
/v1/jobpostings/{id}

MCP Tools

workday-integration-retrieve-collection-job

Workday Integration Retrieve a collection of job postings

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

Workday Integration Retrieve a specific job posting

read-only idempotent

Capability Spec

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