Retrieves a list of journal records.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
Expands a request to include embedded objects within the _embedded property of the response. This field accepts a comma-separated list of objects.
For more information, see Embedded resources.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/journal-records
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/journal-records
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/journal-records
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/journal-records?limit=0&offset=0&filter=string&sort=string&expand=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of journal records retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
ID of the journal entry.
ID of the customer.
ID of the invoice item.
Amount of revenue estimated to be recognized at the schedule date. This value is ignored when updating a journal record with a type of automated.
ID of the debit journal account.
ID of the credit journal account.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
[ { "id": "jrn_rec_0YVCXV2HE5DBT89QV7RXSJEZQ4", "journalEntryId": "jrn_ent_01JXJ8EF9WVR0W187QZ6WF5703", "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "invoiceId": "in_0YVF9605RKC62BP14NE2R7V2XT", "invoiceItemId": "ii_0YVFDEQS2KCFTBN9HXWJFY55GV", "type": "automated", "estimatedAmount": 0, "recognizedAmount": 0, "debitAccountId": "jrn_acc_01JXJ8S97PTMYX8W01SQ72FSWC", "creditAccountId": "jrn_acc_01JXJ8RW7AWMVAH7DP3VXYQC1W", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_embedded": { … }, "_links": [ … ] } ]