v49

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

Create dashboard

post/api/v1/services/stats/dashboard

Query parameters

project_idinteger required

Project ID

Request body

namestring
publicboolean
activeboolean
{"stackTrail":"components:requestBodies:StatsDashboardReq:content:application/json:schema:properties:attributes","oasType":"schema","type":"unknown","example":{"first_key":"1","second_key":2}}
query_idsstring[]

Example request

{
  "name": "Test",
  "attributes": {
    "first_key": "1",
    "second_key": 2
  }
}

Response

Dashboard

idstring required
namestring
project_idinteger required
query_idsstring[]
publicboolean required
{"stackTrail":"components:schemas:StatsDashboard:properties:attributes","oasType":"schema","type":"unknown","example":{"first_key":"1","second_key":2}}
date_changeinteger required
date_createinteger required

Example response

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