Organization endpoints allow you to review details about your Redox organization.
Currently, you can retrieve details for any organization(s) you’re a member of.
Get organizations
Retrieve a list of Redox organizations that you’re a member of. You can use this query to find organization IDs.
The response contains the details for each Redox organization.
cURL request example
Query Parameters
- _pagenumber
Indicates a specific page of results to return. This value typically comes from a previous response's
pageobject. - _countnumber
Defines the number of results to return per page. The maximum value per page is 50.
- searchTermstring
Uses the specified term to find a matching Redox organization name. This is a case-insensitive partial match.
- metaobject
Contains metadata about paginated results of returned data.
- versionstring
Lists the major and minor version number for the format of the returned payload. The payload format or shape may change between minor versions, like including additional or extended fields in later versions. We include the version data in each response so that you have the option to handle the signaled differences.
- totalRecordsnumber
Specifies the total number of records across all pages for the result set.
- linksobject
- selfstring
Links to the current page of results.
- nextstring
Links to the next page of results.
- prevstring
Links to the previous page of results, which returns the page based on the current page you're on.
- firststring
Links to the first page of results.
- laststring
Links to the last page of results.
- currentPagenumber
Specifies the current page number.
- pageTypestring
Describes the pagination algorithm.
Value:offest - pageSizenumber
Describes the number of records included in each page of the current result set.
- payloadobject
Contains the list of matching Redox organizations.
- organizationsArray of object
Lists all the Redox organization(s) the specified user is part of.
- idnumber
Contains the unique identifier of the Redox organization.
- namestring
Contains the human-readable name of the organization.
- totalnumber
The total number of organizations matching the query across all pages.