List Balances
Retrieve a list of all Balances for your Organization.
This endpoint returns a list of all Balances associated with your organization. You can filter the Balances by the end customer's Account UUID and end dates, and paginate through them using the pageSize and nextToken parameters.
NOTE: If a Balance has a rollover amount configured and you want to use the endDateStart or endDateEnd query parameters, the rolloverEndDate is used as the end date for the Balance.
Path parameters
The unique identifier (UUID) for your organization. The Organization represents your company as a direct customer of our service.
Query parameters
The maximum number of Balances to return per page.
The nextToken for retrieving the next page of Balances. It is used to fetch the next page of Balances in a paginated list.
The unique identifier (UUID) for the end customer's account.
Only include Balances with end dates equal to or later than this date. If a Balance has a rollover amount configured, then the rolloverEndDate will be used as the end date.
Only include Balances with end dates earlier than this date. If a Balance has a rollover amount configured, then the rolloverEndDate will be used as the end date.
Filter Balances by contract id. Use '' with accountId to fetch unlinked balances.
A list of unique identifiers (UUIDs) for specific Balances to retrieve.
Response
Returns list of Balances
Changes
Changed in 4 of the 10 revisions of this API.235
- ○
added the new optional
queryrequest parametercontractIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameteridsnew-optional-request-parameter
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
AD_HOCenum value to thedata/items/allOf[subschema #3]/lineItemTypes/items/response property for the response status200response-property-enum-value-added
- ●
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parametercontractnew-optional-request-parameter
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
nextTokento the response with the200statusresponse-optional-property-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
nextTokenfrom the response with the200statusresponse-optional-property-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲