Counter

List Counters

Retrieve a list of Counter entities that can be filtered by Product, Counter ID, or Codes.

get/organizations/{orgId}/counters

Path parameters

orgIdstring required

UUID of the organization

Query parameters

pageSizeinteger

Number of Counters to retrieve per page

nextTokenstring

NextToken for multi page retrievals.

idsstring[]

List of Counter IDs to retrieve.

codesstring[]

List of Counter codes to retrieve. These are unique short codes to identify each Counter.

productIdstring[]

List of Products UUIDs to retrieve Counters for.

Response

Returns the list of Counters.

nextTokenstring

Changes