Note: This page has not yet been converted to the new developer portal format. Please use Swagger to test this API.
Organizations
GET /organizations
Description
Retrieve all organizations accessible by this user.
Return type
collection of organizations
Parameters
Name | Data Type | Required? | Description |
---|---|---|---|
credentials | string | y | Basic Authorization header. |
Example Response
GET /organizations/{organizationId}
Description
Retrieve a specific organization.
Return type
organization Object
Parameters
Name | Data Type | Required? | Description |
---|---|---|---|
credentials | string | y | Basic Authorization header. |
organizationId | long | y | The ID of the organization. |
Example Response