v1
latestOpenAPI 3.0.12026-07-141671231.8 MBJournals
List journals
List journals. By default, returns journals ordered by descending IDs.
ℹ️ This endpoint requires one of the following scopes: journals:readonly, journals:all
get/api/external/v2/journals
Query parameters
cursorstring
Example:MjAyNS0wMS0wOVQwODoyNDozOC44MTI0NTha
Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.
limitinteger
Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 100.
filterstring
Example:[{"field": "type", "operator": "eq", "value": "payroll"}]
You can choose to filter items on specific fields. Available fields and values:
- type: eq, not_eq, in, not_in
sortstring
Example:id
You can choose to sort items on specific attributes Sort field may be prefixed with - for descending order. Example : id will sort by ascending order, -id will sort by descending order. Available fields :
- id
Response
Returns a list of journals
Example response
{
"has_more": true,
"next_cursor": "MjAyNS0wMS0wOVQwODoyNDozOC44MTI0NTha"
}