v1
latestOpenAPI 3.0.12026-07-144840447.2 KBJournals
List journals
List journals
ℹ️ This endpoint requires one of the following scopes: journals:all, journals:readonly
get/api/external/firm/v1/companies/{company_id}/journals
Path parameters
company_idinteger required
Existing company identifier (id)
Query parameters
cursorstring
Example:dXBkYXRlZF9hdDoxNjc0MTIzNDU2
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
Example:20
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
Response
Returns a list of journals
Example response
{
"has_more": true,
"next_cursor": "dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
}