Environments-20
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
POST | |
GET | |
POST | |
GET | |
DELETE | |
GET | |
GET |
Retrieve environments insights activity
Required API key scopes
activity_log:readPath parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Example request
GET /api /environments /:project_id /insights /activityExample response
Status 200 No response body
Retrieve environments insights activity
Required API key scopes
activity_log:readPath parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Example request
GET /api /environments /:project_id /insights /activityExample response
Status 200 No response body
Create environments insights cancel
Path parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Request parameters
- namestring
- derived_namestring
- queryobject
- orderinteger
- deletedboolean
- dashboardsarray
- descriptionstring
- tagsarray
- favoritedboolean
- _create_in_folderstring
Example request
POST /api /environments /:project_id /insights /cancelExample response
Status 200 No response body
Create environments insights cancel
Path parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Request parameters
- namestring
- derived_namestring
- queryobject
- orderinteger
- deletedboolean
- dashboardsarray
- descriptionstring
- tagsarray
- favoritedboolean
- _create_in_folderstring
Example request
POST /api /environments /:project_id /insights /cancelExample response
Status 200 No response body
Retrieve environments insights my last viewed
Returns basic details about the last 5 insights viewed by this user. Most recently viewed first.
Path parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Example request
GET /api /environments /:project_id /insights /my_last_viewedExample response
Status 200 No response body
Retrieve environments insights my last viewed
Returns basic details about the last 5 insights viewed by this user. Most recently viewed first.
Path parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Example request
GET /api /environments /:project_id /insights /my_last_viewedExample response
Status 200 No response body
Create environments insights viewed
Update insight view timestamps. Expects: {"insight_ids": [1, 2, 3, ...]}
Required API key scopes
insight:readPath parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Request parameters
- namestring
- derived_namestring
- queryobject
- orderinteger
- deletedboolean
- dashboardsarray
- descriptionstring
- tagsarray
- favoritedboolean
- _create_in_folderstring
Example request
POST /api /environments /:project_id /insights /viewedExample response
Status 200 No response body
Create environments insights viewed
Update insight view timestamps. Expects: {"insight_ids": [1, 2, 3, ...]}
Required API key scopes
insight:readPath parameters
- project_idstring
Query parameters
- formatstringOne of:
"csv""json"
Request parameters
- namestring
- derived_namestring
- queryobject
- orderinteger
- deletedboolean
- dashboardsarray
- descriptionstring
- tagsarray
- favoritedboolean
- _create_in_folderstring
Example request
POST /api /environments /:project_id /insights /viewedExample response
Status 200 No response body
List all environments integrations
Required API key scopes
integration:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /integrationsExample response
Status 200
RESPONSE
List all environments integrations
Required API key scopes
integration:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:project_id /integrationsExample response
Status 200
RESPONSE
Create environments integrations
Required API key scopes
integration:writePath parameters
- project_idstring
Request parameters
- kind
- config
Response
Example request
POST /api /environments /:project_id /integrationsExample response
Status 201
RESPONSE
Create environments integrations
Required API key scopes
integration:writePath parameters
- project_idstring
Request parameters
- kind
- config
Response
Example request
POST /api /environments /:project_id /integrationsExample response
Status 201
RESPONSE
Retrieve environments integrations
Required API key scopes
integration:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /environments /:project_id /integrations /:idExample response
Status 200
RESPONSE
Retrieve environments integrations
Required API key scopes
integration:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /environments /:project_id /integrations /:idExample response
Status 200
RESPONSE
Delete environments integrations
Required API key scopes
integration:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /environments /:project_id /integrations /:idExample response
Status 204 No response body
Delete environments integrations
Required API key scopes
integration:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /environments /:project_id /integrations /:idExample response
Status 204 No response body
Retrieve environments integrations channels
Path parameters
- idinteger
- project_idstring
Example request
GET /api /environments /:project_id /integrations /:id /channelsExample response
Status 200 No response body
Retrieve environments integrations channels
Path parameters
- idinteger
- project_idstring
Example request
GET /api /environments /:project_id /integrations /:id /channelsExample response
Status 200 No response body
List all environments integrations clickup lists
Path parameters
- idinteger
- project_idstring
Example request
GET /api /environments /:project_id /integrations /:id /clickup_listsExample response
Status 200 No response body
List all environments integrations clickup lists
Path parameters
- idinteger
- project_idstring
Example request
GET /api /environments /:project_id /integrations /:id /clickup_lists