{ "opencollection": "1.0.0", "info": { "name": "Workday Finance Financial Management Accounts Journal Entries API", "version": "v41.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Journal Entries", "type": "folder" }, "items": [ { "info": { "name": "List Journal Entries", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}/journalEntries", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "period", "value": "", "type": "query", "description": "Filter by accounting period" }, { "name": "account", "value": "", "type": "query", "description": "Filter by account ID" } ] }, "docs": "Returns a collection of journal entries filtered by date, period, or account." }, { "info": { "name": "Create Journal Entry", "type": "http" }, "http": { "method": "POST", "url": "https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}/journalEntries", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new journal entry in the general ledger." }, { "info": { "name": "Get Journal Entry", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}/journalEntries/:journalEntryId", "params": [ { "name": "journalEntryId", "value": "", "type": "path", "description": "The unique identifier of the journal entry" } ] }, "docs": "Returns details of a specific journal entry." } ] } ], "bundled": true }