Environments-26
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
PATCH | |
DELETE | |
GET | |
POST | |
DELETE | |
GET | |
GET | |
PATCH | |
DELETE |
Update environments session recording playlists
Required API key scopes
session_recording_playlist:writePath 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/.
- short_idstring
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
- _create_in_folderstring
Response
Example request
PATCH /api /environments /:project_id /session_recording_playlists /:short_idExample response
Status 200
Update environments session recording playlists
Required API key scopes
session_recording_playlist:writePath 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/.
- short_idstring
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
- _create_in_folderstring
Response
Example request
PATCH /api /environments /:project_id /session_recording_playlists /:short_idExample response
Status 200
Delete environments session recording playlists
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
session_recording_playlist:writePath 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/.
- short_idstring
Example request
DELETE /api /environments /:project_id /session_recording_playlists /:short_idExample response
Status 405 No response body
Delete environments session recording playlists
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
session_recording_playlist:writePath 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/.
- short_idstring
Example request
DELETE /api /environments /:project_id /session_recording_playlists /:short_idExample response
Status 405 No response body
Retrieve environments session recording playlists 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/.
- short_idstring
Example request
GET /api /environments /:project_id /session_recording_playlists /:short_id /recordingsExample response
Status 200 No response body
Retrieve environments session recording playlists 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/.
- short_idstring
Example request
GET /api /environments /:project_id /session_recording_playlists /:short_id /recordingsExample response
Status 200 No response body
Create environments session recording playlists 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/.
- session_recording_idstring
- short_idstring
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
- _create_in_folderstring
Example request
POST /api /environments /:project_id /session_recording_playlists /:short_id /recordings /:session_recording_idExample response
Status 200 No response body
Create environments session recording playlists 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/.
- session_recording_idstring
- short_idstring
Request parameters
- namestring
- derived_namestring
- descriptionstring
- pinnedboolean
- deletedboolean
- filters
- _create_in_folderstring
Example request
POST /api /environments /:project_id /session_recording_playlists /:short_id /recordings /:session_recording_idExample response
Status 200 No response body
Delete environments session recording playlists 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/.
- session_recording_idstring
- short_idstring
Example request
DELETE /api /environments /:project_id /session_recording_playlists /:short_id /recordings /:session_recording_idExample response
Status 204 No response body
Delete environments session recording playlists 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/.
- session_recording_idstring
- short_idstring
Example request
DELETE /api /environments /:project_id /session_recording_playlists /:short_id /recordings /:session_recording_idExample response
Status 204 No response body
List all environments session recordings
Required API key scopes
session_recording:readPath 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 /session_recordingsExample response
Status 200
List all environments session recordings
Required API key scopes
session_recording:readPath 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 /session_recordingsExample response
Status 200
Retrieve environments session recordings
Required API key scopes
session_recording:readPath parameters
- idstring
A UUID string identifying this session recording.
- 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 /session_recordings /:idExample response
Status 200
Retrieve environments session recordings
Required API key scopes
session_recording:readPath parameters
- idstring
A UUID string identifying this session recording.
- 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 /session_recordings /:idExample response
Status 200
Update environments session recordings
Required API key scopes
session_recording:writePath parameters
- idstring
A UUID string identifying this session recording.
- 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
- person
Response
Example request
PATCH /api /environments /:project_id /session_recordings /:idExample response
Status 200
Update environments session recordings
Required API key scopes
session_recording:writePath parameters
- idstring
A UUID string identifying this session recording.
- 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
- person
Response
Example request
PATCH /api /environments /:project_id /session_recordings /:idExample response
Status 200
Delete environments session recordings
Required API key scopes
session_recording:writePath parameters
- idstring
A UUID string identifying this session recording.
- 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 /session_recordings /:idExample response
Status 204 No response body
Delete environments session recordings
Required API key scopes
session_recording:writePath parameters
- idstring
A UUID string identifying this session recording.
- 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 /session_recordings /:id