GL Entities
List entities
Returns a list of GL entities.
get/accounting/v2beta/gl-entities
Query parameters
connectionIdstring
Unique resource identifier.
Example:2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8
Only include entities that are associated with the specified connection.
limitinteger
Limit the number of items in resulting query response.
tokenstring
If a query response contains a non-empty nextToken, use that value as token query parameter to continue pagination.
Response
A list of GL entities.
Example response
{
"items": [
{
"currency": "EUR",
"id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"externalId": "walVNuin6X5Mvte4xhg1ibTAVSACfN4Q9hl",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"entityId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"thirdPartyId": "9a8b1372-5c80-44a5-81a9-553a34041eb7",
"name": "Acme Corporation",
"version": 1,
"etag": "version:3",
"created": "2022-05-04T18:31:12.889104898Z",
"updated": "2022-05-04T18:47:32.213842599Z"
}
],
"nextToken": "eyIxIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"token": "eyIwIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"limit": 100
}