v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
stats_service

Get dashboards

get/api/v1/services/stats/dashboards

Query parameters

project_idinteger required

Project ID

Response

Dashboards

Example response

{
  "items": [
    {
      "name": "Test",
      "project_id": 1647024163,
      "attributes": {
        "first_key": "1",
        "second_key": 2
      },
      "date_change": 1690889913000,
      "date_create": 1690889913000
    }
  ]
}