Workday Advanced Compensation API — Compensation Reviews

Workday Advanced Compensation API — Compensation Reviews. 1 operations. Lead operation: Workday List Compensation Reviews. Self-contained Naftiko capability covering one Workday Advanced Compensation business surface.

Run with Naftiko Workday Advanced CompensationCompensation Reviews

What You Can Do

GET
Listcompensationreviews — Workday List Compensation Reviews
/v1/compensationreviews

MCP Tools

workday-list-compensation-reviews

Workday List Compensation Reviews

read-only idempotent

Capability Spec

workday-advanced-compensation-compensation-reviews.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Advanced Compensation API — Compensation Reviews
  description: 'Workday Advanced Compensation API — Compensation Reviews. 1 operations. Lead operation: Workday List Compensation
    Reviews. Self-contained Naftiko capability covering one Workday Advanced Compensation business surface.'
  tags:
  - Workday Advanced Compensation
  - Compensation Reviews
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_ADVANCED_COMPENSATION_API_KEY: WORKDAY_ADVANCED_COMPENSATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: workday-advanced-compensation-compensation-reviews
    baseUri: https://{tenant}.workday.com/api/compensation/v1
    description: Workday Advanced Compensation API — Compensation Reviews business capability. Self-contained, no shared references.
    resources:
    - name: compensationReviews
      path: /compensationReviews
      operations:
      - name: listcompensationreviews
        method: GET
        description: Workday List Compensation Reviews
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Maximum number of records to return
        - name: offset
          in: query
          type: integer
          description: Number of records to skip
        - name: status
          in: query
          type: string
          description: Filter by review status
    authentication:
      type: bearer
      token: '{{env.WORKDAY_ADVANCED_COMPENSATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: workday-advanced-compensation-compensation-reviews-rest
    port: 8080
    description: REST adapter for Workday Advanced Compensation API — Compensation Reviews. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/compensationreviews
      name: compensationreviews
      description: REST surface for compensationReviews.
      operations:
      - method: GET
        name: listcompensationreviews
        description: Workday List Compensation Reviews
        call: workday-advanced-compensation-compensation-reviews.listcompensationreviews
        with:
          limit: rest.limit
          offset: rest.offset
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: workday-advanced-compensation-compensation-reviews-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Advanced Compensation API — Compensation Reviews. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-list-compensation-reviews
      description: Workday List Compensation Reviews
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workday-advanced-compensation-compensation-reviews.listcompensationreviews
      with:
        limit: tools.limit
        offset: tools.offset
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.