stats_service
Get dashboard
get/api/v1/services/stats/dashboard/{id}
Path parameters
idstring required
Example:03cfc582-b1c3-410a-a9a7-1f3afe326b3b
Dashboard ID
Query parameters
project_idinteger required
Project ID
Response
Dashboard
Example response
{
"name": "Test",
"project_id": 1647024163,
"attributes": {
"first_key": "1",
"second_key": 2
},
"date_change": 1690889913000,
"date_create": 1690889913000
}