List Organizations

GET

List the details about all Organizations that you have access to. Requires using a personal access token (PAT) for authentication.

Query parameters

supportPlanenumOptional

Filters the Organization list by support plan.

Allowed values: TRIALBASICSTANDARDPREMIUMBUSINESS_CRITICAL
product"HOSTED" or "HYBRID"Optional

Filters the Organization list by product.

Allowed values: HOSTEDHYBRID
offsetintegerOptional>=0

The number of results to skip before returning values.

limitintegerOptional>=0<=1000

The maximum number of results to return.

sortsenumOptional

A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc or <fieldName>:desc.

Response

OK

limitinteger

The maximum number of Organizations in the page.

offsetinteger

The offset of the Organizations in the page.

organizationslist of objects

The list of Organizations in the page.

totalCountinteger

The total number of Organizations.

Built with