Environments-25
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
POST | |
DELETE | |
GET | |
GET | |
PATCH | |
DELETE | |
GET | |
POST | |
DELETE | |
POST |
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_id
Example 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_id
Example 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_id
Example response
Status 204 No response body
List all environments session recordings
Required API key scopes
session_recording: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 /session_recordings
Example response
Status 200
List all environments session recordings
Required API key scopes
session_recording: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 /session_recordings
Example response
Status 200
Retrieve environments session recordings
Required API key scopes
session_recording:read
Path 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 /:id
Example response
Status 200
Retrieve environments session recordings
Required API key scopes
session_recording:read
Path 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 /:id
Example response
Status 200
Update environments session recordings
Required API key scopes
session_recording:write
Path 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 /:id
Example response
Status 200
Update environments session recordings
Required API key scopes
session_recording:write
Path 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 /:id
Example response
Status 200
Delete environments session recordings
Required API key scopes
session_recording:write
Path 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
Example response
Status 204 No response body
Delete environments session recordings
Required API key scopes
session_recording:write
Path 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
Example response
Status 204 No response body
List all environments session recordings sharing
Required API key scopes
sharing_configuration: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/.
- recording_idstring
Example request
GET
/api /environments /:project_id /session_recordings /:recording_id /sharing
Example response
Status 200
List all environments session recordings sharing
Required API key scopes
sharing_configuration: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/.
- recording_idstring
Example request
GET
/api /environments /:project_id /session_recordings /:recording_id /sharing
Example response
Status 200
Create environments session recordings sharing passwords
Create a new password for the sharing configuration.
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 /passwords
Example response
Status 200
Create environments session recordings sharing passwords
Create a new password for the sharing configuration.
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 /passwords
Example response
Status 200
Delete environments session recordings sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:write
Path parameters
- password_idstring
- 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
Example request
DELETE
/api /environments /:project_id /session_recordings /:recording_id /sharing /passwords /:password_id
Example response
Status 204 No response body
Delete environments session recordings sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:write
Path parameters
- password_idstring
- 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
Example request
DELETE
/api /environments /:project_id /session_recordings /:recording_id /sharing /passwords /:password_id
Example response
Status 204 No response body
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