Core-10
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
POST | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
POST | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
DELETE | |
GET | |
GET | |
GET |
List all groups list
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/
Required API key scopes
group:readPath parameters
- project_idstring
Query parameters
- cursorstring
- group_type_indexinteger
- searchstring
Response
Example request
GET /api /projects /:project_id /groupsExample response
Status 200
RESPONSE
Create groups create
Required API key scopes
group:writePath parameters
- project_idstring
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Response
Example request
POST /api /projects /:project_id /groupsExample response
Status 201
RESPONSE
Retrieve groups activity retrieve
Required API key scopes
activity_log:readPath parameters
- project_idstring
Query parameters
- group_type_indexinteger
- idstring
Example request
GET /api /projects /:project_id /groups /activityExample response
Status 200 No response body
Create groups delete property create
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /projects /:project_id /groups /delete_propertyExample response
Status 200 No response body
Retrieve groups find retrieve
Required API key scopes
group:readPath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Example request
GET /api /projects /:project_id /groups /findExample response
Status 200 No response body
Retrieve groups property definitions retrieve
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /groups /property_definitionsExample response
Status 200 No response body
Retrieve groups property values retrieve
Required API key scopes
group:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /groups /property_valuesExample response
Status 200 No response body
Create groups update property create
Required API key scopes
group:writePath parameters
- project_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /projects /:project_id /groups /update_propertyExample response
Status 200 No response body
List all insights sharing list
Required API key scopes
sharing_configuration:readPath parameters
- insight_idinteger
- project_idstring
Example request
GET /api /projects /:project_id /insights /:insight_id /sharingExample response
Status 200
RESPONSE
Create insights sharing passwords create
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- project_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /insights /:insight_id /sharing /passwordsExample response
Status 200
RESPONSE
Delete insights sharing passwords destroy
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- password_idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /insights /:insight_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create insights sharing refresh create
Required API key scopes
sharing_configuration:writePath parameters
- insight_idinteger
- project_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /projects /:project_id /insights /:insight_id /sharing /refreshExample response
Status 200
RESPONSE
List all integrations list
Required API key scopes
integration:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /integrationsExample response
Status 200
RESPONSE
Create integrations create
Required API key scopes
integration:writePath parameters
- project_idstring
Request parameters
- kind
- config
Response
Example request
POST /api /projects /:project_id /integrationsExample response
Status 201
RESPONSE
Retrieve integrations retrieve
Required API key scopes
integration:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /integrations /:idExample response
Status 200
RESPONSE
Delete integrations destroy
Required API key scopes
integration:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /integrations /:idExample response
Status 204 No response body
Retrieve integrations channels retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /channelsExample response
Status 200 No response body
List all integrations clickup lists retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /clickup_listsExample response
Status 200 No response body
Retrieve integrations clickup spaces retrieve
Path parameters
- idinteger
- project_idstring
Example request
GET /api /projects /:project_id /integrations /:id /clickup_spaces