Heatmaps
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
GET | |
GET | |
GET |
List all environments heatmaps
Required API key scopes
heatmap:readPath parameters
- environment_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /heatmapsExample response
Status 200
RESPONSE
Retrieve environments heatmaps events
Required API key scopes
heatmap:readPath parameters
- environment_idstring
Example request
GET /api /environments /:environment_id /heatmaps /eventsExample response
Status 200 No response body
List all heatmaps
Required API key scopes
heatmap:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /heatmapsExample response
Status 200
RESPONSE
Retrieve heatmaps events
Required API key scopes
heatmap:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /heatmaps /events