Workday Integration · Capability

Workday Integration Workday Payroll API — Jobs

Workday Integration Workday Payroll API — Jobs. 1 operations. Lead operation: Workday Integration Retrieve the pay group for a job. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationJobs

What You Can Do

GET
Getpaygroupforjob — Workday Integration Retrieve the pay group for a job
/v1/jobs/{id}/paygroup

MCP Tools

workday-integration-retrieve-pay-group

Workday Integration Retrieve the pay group for a job

read-only idempotent

Capability Spec

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