Saved
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
List all environments saved
Required API key scopes
heatmap:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /savedExample response
Status 200
RESPONSE
Create environments saved
Required API key scopes
heatmap:writePath parameters
- environment_idstring
Request parameters
- namestring
- urlstring
- data_urlstring
- target_widths
- type
- deletedboolean
Response
Example request
POST /api /environments /:environment_id /savedExample response
Status 201
RESPONSE
Retrieve environments saved
Required API key scopes
heatmap:readPath parameters
- environment_idstring
- short_idstring
Response
Example request
GET /api /environments /:environment_id /saved /:short_idExample response
Status 200
RESPONSE
Update environments saved
Required API key scopes
heatmap:writePath parameters
- environment_idstring
- short_idstring
Request parameters
- namestring
- urlstring
- data_urlstring
- target_widths
- type
- deletedboolean
Response
Example request
PATCH /api /environments /:environment_id /saved /:short_idExample response
Status 200
RESPONSE
Delete environments saved
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
heatmap:writePath parameters
- environment_idstring
- short_idstring
Example request
DELETE /api /environments /:environment_id /saved /:short_idExample response
Status 405 No response body
Create environments saved regenerate
Path parameters
- environment_idstring
- short_idstring
Request parameters
- namestring
- urlstring
- data_urlstring
- target_widths
- type
- deletedboolean
Example request
POST /api /environments /:environment_id /saved /:short_id /regenerateExample response
Status 200 No response body
List all saved
Required API key scopes
heatmap:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /savedExample response
Status 200
RESPONSE
Create saved
Required API key scopes
heatmap:writePath parameters
- project_idstring
Request parameters
- namestring
- urlstring
- data_urlstring
- target_widths
- type
- deletedboolean
Response
Example request
POST /api /projects /:project_id /savedExample response
Status 201
RESPONSE
Retrieve saved
Required API key scopes
heatmap:readPath parameters
- project_idstring
- short_idstring
Response
Example request
GET /api /projects /:project_id /saved /:short_idExample response
Status 200
RESPONSE
Update saved
Required API key scopes
heatmap:writePath parameters
- project_idstring
- short_idstring
Request parameters
- namestring
- urlstring
- data_urlstring
- target_widths
- type
- deletedboolean
Response
Example request
PATCH /api /projects /:project_id /saved /:short_idExample response
Status 200
RESPONSE
Delete saved
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
heatmap:writePath parameters
- project_idstring
- short_idstring
Example request
DELETE /api /projects /:project_id /saved /:short_idExample response
Status 405 No response body
Create saved regenerate
Path parameters
- project_idstring
- short_idstring
Request parameters
- namestring
- urlstring
- data_urlstring
- target_widths
- type
- deletedboolean
Example request
POST /api /projects /:project_id /saved /:short_id /regenerate