Insight
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all insight variables list
Required API key scopes
insight_variable:readPath parameters
- project_idstring
Query parameters
- pageinteger
Response
Example request
GET /api /projects /:project_id /insight_variablesExample response
Status 200
RESPONSE
Create insight variables create
Required API key scopes
insight_variable:writePath parameters
- project_idstring
Request parameters
- namestring
- type
- default_value
- values
Response
Example request
POST /api /projects /:project_id /insight_variablesExample response
Status 201
RESPONSE
Retrieve insight variables retrieve
Required API key scopes
insight_variable:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /insight_variables /:idExample response
Status 200
RESPONSE
Update insight variables update
Required API key scopes
insight_variable:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- type
- default_value
- values
Response
Example request
PATCH /api /projects /:project_id /insight_variables /:idExample response
Status 200
RESPONSE
Delete insight variables destroy
Required API key scopes
insight_variable:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /insight_variables /:id