Workday · Capability

Workday Financial Management API — Accounting

Workday Financial Management API — Accounting. 2 operations. Lead operation: Get Accounting Journals. Self-contained Naftiko capability covering one Workday business surface.

Run with Naftiko WorkdayAccounting

What You Can Do

GET
Getaccountingjournals — Get Accounting Journals
/v1/accountingjournals
GET
Getaccountingjournalbyid — Get Accounting Journal by Id
/v1/accountingjournals/{id}

MCP Tools

get-accounting-journals

Get Accounting Journals

read-only idempotent
get-accounting-journal-id

Get Accounting Journal by Id

read-only idempotent

Capability Spec

financialManagement-accounting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Financial Management API — Accounting
  description: 'Workday Financial Management API — Accounting. 2 operations. Lead operation: Get Accounting Journals. Self-contained
    Naftiko capability covering one Workday business surface.'
  tags:
  - Workday
  - Accounting
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_API_KEY: WORKDAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: financialManagement-accounting
    baseUri: https://wd2-impl-services1.workday.com/ccx/api/financialManagement/v1/{tenant}
    description: Workday Financial Management API — Accounting business capability. Self-contained, no shared references.
    resources:
    - name: accountingJournals
      path: /accountingJournals
      operations:
      - name: getaccountingjournals
        method: GET
        description: Get Accounting Journals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: accountingJournals-ID
      path: /accountingJournals/{ID}
      operations:
      - name: getaccountingjournalbyid
        method: GET
        description: Get Accounting Journal by Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: financialManagement-accounting-rest
    port: 8080
    description: REST adapter for Workday Financial Management API — Accounting. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accountingjournals
      name: accountingjournals
      description: REST surface for accountingJournals.
      operations:
      - method: GET
        name: getaccountingjournals
        description: Get Accounting Journals
        call: financialManagement-accounting.getaccountingjournals
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accountingjournals/{id}
      name: accountingjournals-id
      description: REST surface for accountingJournals-ID.
      operations:
      - method: GET
        name: getaccountingjournalbyid
        description: Get Accounting Journal by Id
        call: financialManagement-accounting.getaccountingjournalbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: financialManagement-accounting-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Financial Management API — Accounting. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-accounting-journals
      description: Get Accounting Journals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financialManagement-accounting.getaccountingjournals
      outputParameters:
      - type: object
        mapping: $.
    - name: get-accounting-journal-id
      description: Get Accounting Journal by Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financialManagement-accounting.getaccountingjournalbyid
      outputParameters:
      - type: object
        mapping: $.