List all organizations
Returns a list of organizations. The organizations are returned sorted by creation date in ascending order.
Query parameters
The page number.
The number of records per page. Must be a number between 1 and 100.
The sort string to sort the returned records e.g. "-createdAt"
Name of the organization
Notification email address of the organization.
Unique identifier for the reseller.
Custom attribute values associated with the organization, filtered as customAttribute.<name>[<op>]=value, e.g. customAttribute.region[eq]=EU.
Whether to include related entities in the response.
Search string.
ID of the resource.
Date of creation
Date of last update
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.3
- ○
added the new optional
queryrequest parametercustomAttributenew-optional-request-parameter
- ○
added the required property
items/customAttributesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/reseller/customAttributesto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○