Core-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
GET | |
GET | |
GET | |
POST | |
GET | |
POST | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
POST |
Retrieve environments groups activity
Required API key scopes
activity_log:readPath parameters
- environment_idstring
Query parameters
- group_type_indexinteger
- idstring
Example request
GET /api /environments /:environment_id /groups /activityExample response
Status 200 No response body
Create environments groups delete property
Required API key scopes
group:writePath parameters
- environment_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /environments /:environment_id /groups /delete_propertyExample response
Status 200 No response body
Retrieve environments groups find
Required API key scopes
group:readPath parameters
- environment_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Example request
GET /api /environments /:environment_id /groups /findExample response
Status 200 No response body
Retrieve environments groups property definitions
Required API key scopes
group:readPath parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /groups /property_definitionsExample response
Status 200 No response body
Retrieve environments groups property values
Required API key scopes
group:readPath parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /groups /property_valuesExample response
Status 200 No response body
Create environments groups update property
Required API key scopes
group:writePath parameters
- environment_idstring
Query parameters
- group_keystring
- group_type_indexinteger
Request parameters
- group_type_indexinteger
- group_keystring
- group_properties
Example request
POST /api /environments /:environment_id /groups /update_propertyExample response
Status 200 No response body
List all environments insights sharing
Required API key scopes
sharing_configuration:readPath parameters
- environment_idstring
- insight_idinteger
Example request
GET /api /environments /:environment_id /insights /:insight_id /sharingExample response
Status 200
RESPONSE
Create environments insights sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- environment_idstring
- insight_idinteger
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:environment_id /insights /:insight_id /sharing /passwordsExample response
Status 200
RESPONSE
Delete environments insights sharing passwords
Delete a password from the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- environment_idstring
- insight_idinteger
- password_idstring
Example request
DELETE /api /environments /:environment_id /insights /:insight_id /sharing /passwords /:password_idExample response
Status 204 No response body
Create environments insights sharing refresh
Required API key scopes
sharing_configuration:writePath parameters
- environment_idstring
- insight_idinteger
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:environment_id /insights /:insight_id /sharing /refreshExample response
Status 200
RESPONSE
List all environments project secret api keys
Required API key scopes
project:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /project_secret_api_keysExample response
Status 200
RESPONSE
Create environments project secret api keys
Required API key scopes
project:writePath parameters
- environment_idstring
Request parameters
- labelstring
- scopesarray
Response
Example request
POST /api /environments /:environment_id /project_secret_api_keysExample response
Status 201
RESPONSE
Retrieve environments project secret api keys
Required API key scopes
project:readPath parameters
- environment_idstring
- idstring
Response
Example request
GET /api /environments /:environment_id /project_secret_api_keys /:idExample response
Status 200
RESPONSE
Update environments project secret api keys
Required API key scopes
project:writePath parameters
- environment_idstring
- idstring
Request parameters
- labelstring
- scopesarray
Response
Example request
PATCH /api /environments /:environment_id /project_secret_api_keys /:idExample response
Status 200
RESPONSE
Delete environments project secret api keys
Required API key scopes
project:writePath parameters
- environment_idstring
- idstring
Example request
DELETE /api /environments /:environment_id /project_secret_api_keys /:idExample response
Status 204 No response body
Create environments project secret api keys roll
Roll a project secret API key
Path parameters
- environment_idstring
- idstring
Response
Example request
POST /api /environments /:environment_id /project_secret_api_keys /:id /rollExample response
Status 200
RESPONSE
List all environments session recordings sharing
Required API key scopes
sharing_configuration:readPath parameters
- environment_idstring
- recording_idstring
Example request
GET /api /environments /:environment_id /session_recordings /:recording_id /sharingExample response
Status 200
RESPONSE
Create environments session recordings sharing passwords
Create a new password for the sharing configuration.
Required API key scopes
sharing_configuration:writePath parameters
- environment_idstring
- recording_idstring
Request parameters
- enabledboolean
- settings
- password_requiredboolean
Response
Example request
POST /api /environments /:environment_id /session_recordings /:recording_id /sharing /passwordsExample response
Status 200
RESPONSE