Groups
For instructions on how to authenticate to use this endpoint, see API overview.
List all groups of a specific group type. You must pass ?group_type_index= in the URL. To get a list of valid group types, call /api/:project_id/groups_types/
Endpoints
List all groups
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query Parameters
- cursorstringThe pagination cursor value. 
- group_type_indexintegerSpecify the group type to list 
- searchstringSearch the group name 
Response
Request
GET 
Response
Status 200
Retrieve groups find
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query Parameters
- group_keystringSpecify the key of the group to find 
- group_type_indexintegerSpecify the group type to find 
Response
Request
GET 
Response
Status 200
Retrieve groups property definitions
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Retrieve groups property values
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query Parameters
- group_type_indexintegerSpecify the group type to find property values of 
- keystringSpecify the property key to find values for 
Response
Request
GET 
Response
Status 200