Workday Studio · Capability

Workday Studio Workday Web Services API — Financial Management

Workday Studio Workday Web Services API — Financial Management. 1 operations. Lead operation: Workday Studio Retrieve Journal Entries. Self-contained Naftiko capability covering one Workday Studio business surface.

Run with Naftiko Workday StudioFinancial Management

What You Can Do

POST
Getjournalentries — Workday Studio Retrieve Journal Entries
/v1/financial-management/get-journal-entries

MCP Tools

workday-studio-retrieve-journal-entries

Workday Studio Retrieve Journal Entries

read-only

Capability Spec

web-services-financial-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Studio Workday Web Services API — Financial Management
  description: 'Workday Studio Workday Web Services API — Financial Management. 1 operations. Lead operation: Workday Studio
    Retrieve Journal Entries. Self-contained Naftiko capability covering one Workday Studio business surface.'
  tags:
  - Workday Studio
  - Financial Management
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_STUDIO_API_KEY: WORKDAY_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: web-services-financial-management
    baseUri: https://{baseUrl}/ccx/service/{tenant}
    description: Workday Studio Workday Web Services API — Financial Management business capability. Self-contained, no shared
      references.
    resources:
    - name: Financial_Management-Get_Journal_Entries
      path: /Financial_Management/Get_Journal_Entries
      operations:
      - name: getjournalentries
        method: POST
        description: Workday Studio Retrieve Journal Entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WORKDAY_STUDIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: web-services-financial-management-rest
    port: 8080
    description: REST adapter for Workday Studio Workday Web Services API — Financial Management. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/financial-management/get-journal-entries
      name: financial-management-get-journal-entries
      description: REST surface for Financial_Management-Get_Journal_Entries.
      operations:
      - method: POST
        name: getjournalentries
        description: Workday Studio Retrieve Journal Entries
        call: web-services-financial-management.getjournalentries
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-services-financial-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Studio Workday Web Services API — Financial Management. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-studio-retrieve-journal-entries
      description: Workday Studio Retrieve Journal Entries
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: web-services-financial-management.getjournalentries
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.