Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workday Finance Journal Entries API

Journal entry creation and retrieval

Workday Finance Journal Entries API is one of 17 APIs that Workday Finance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Journal Entries. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v41.2.

Requests are made against a single base URL, https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}.

3 operations 2 paths 5 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v41.2
Base URL
https://wd2-impl-services1.workday.com/ccx/service
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Workday Finance Journal Entries API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Journal Entries 3

Journal entry creation and retrieval

GET
/journalEntries
List Journal Entries
listJournalEntries 4 params → 200401
POST
/journalEntries
Create Journal Entry
createJournalEntry body → 201400
GET
/journalEntries/{journalEntryId}
Get Journal Entry
getJournalEntry 1 param → 200404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are JournalEntry (9 properties), JournalEntryLine (7 properties), JournalEntryCreate (4 properties), ResourceReference (3 properties). Each schema is shown below with its type and property counts.

JournalEntryCreate
object
4 properties 2 required
ResourceReference
object
3 properties
ErrorResponse
object
2 properties
JournalEntry
object
9 properties
JournalEntryLine
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workday-finance-journal-entries-api-openapi.yml Raw ↑

Other APIs Workday Finance publishes across the network.

Workday Revenue Management API
Workday Expenses API
Workday Cash Management API
Workday Budgets API
Workday Projects API
Workday Settlement Services API
Workday Inventory API
Workday Professional Services Automation API
Workday Finance Accounts API
Workday Finance Cost Centers API
Workday Finance Financial Periods API
Workday Finance Purchase Orders API