Environments-26
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
POST | |
GET | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET |
Create environments session recordings sharing refresh
Required API key scopes
sharing_configuration:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- recording_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST
/api /environments /:project_id /session_recordings /:recording_id /sharing /refresh
Example response
Status 200
Create create session
Generate AI summaries per-session and a general summary for a group of session recordings
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- session_idsarray
List of session IDs to summarize (max 300)
- focus_areastring
Optional focus area for the summarization
Response
Example request
POST
/api /environments /:project_id /session_summaries /create_session_summaries
Example response
Status 200
Create create session
Generate AI summaries per-session and a general summary for a group of session recordings
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- session_idsarray
List of session IDs to summarize (max 300)
- focus_areastring
Optional focus area for the summarization
Response
Example request
POST
/api /environments /:project_id /session_summaries /create_session_summaries
Example response
Status 200
Retrieve environments sessions property definitions
Required API key scopes
query:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /sessions /property_definitions
Example response
Status 200 No response body
Retrieve environments sessions property definitions
Required API key scopes
query:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /sessions /property_definitions
Example response
Status 200 No response body
Retrieve environments sessions values
Required API key scopes
query:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /sessions /values
Example response
Status 200 No response body
Retrieve environments sessions values
Required API key scopes
query:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
GET
/api /environments /:project_id /sessions /values
Example response
Status 200 No response body
List all environments subscriptions
Required API key scopes
subscription:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET
/api /environments /:project_id /subscriptions
Example response
Status 200
List all environments subscriptions
Required API key scopes
subscription:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET
/api /environments /:project_id /subscriptions
Example response
Status 200
Create environments subscriptions
Required API key scopes
subscription:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
POST
/api /environments /:project_id /subscriptions
Example response
Status 201
Create environments subscriptions
Required API key scopes
subscription:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
POST
/api /environments /:project_id /subscriptions
Example response
Status 201
Retrieve environments subscriptions
Required API key scopes
subscription:read
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Example request
GET
/api /environments /:project_id /subscriptions /:id
Example response
Status 200
Retrieve environments subscriptions
Required API key scopes
subscription:read
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Example request
GET
/api /environments /:project_id /subscriptions /:id
Example response
Status 200
Update environments subscriptions
Required API key scopes
subscription:write
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
PATCH
/api /environments /:project_id /subscriptions /:id
Example response
Status 200
Update environments subscriptions
Required API key scopes
subscription:write
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Request parameters
- dashboardinteger
- insightinteger
- target_type
- target_valuestring
- frequency
- intervalinteger
- byweekdayarray
- bysetposinteger
- countinteger
- start_datestring
- until_datestring
- deletedboolean
- titlestring
- invite_messagestring
Response
Example request
PATCH
/api /environments /:project_id /subscriptions /:id
Example response
Status 200
Delete environments subscriptions
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
subscription:write
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
DELETE
/api /environments /:project_id /subscriptions /:id
Example response
Status 405 No response body
Delete environments subscriptions
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
subscription:write
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Example request
DELETE
/api /environments /:project_id /subscriptions /:id
Example response
Status 405 No response body
List all environments user interviews
Required API key scopes
user_interview_DO_NOT_USE:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Example request
GET
/api /environments /:project_id /user_interviews