Перейти до основного вмісту
POST
/
v1
/
dashboards
Створити дашборд
curl --request POST \
  --url https://api.example.com/v1/dashboards \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "id": 123,
  "name": "<string>",
  "isDisabled": true,
  "position": 123,
  "path": "<string>",
  "representations": [
    {
      "id": 123,
      "dashboard": "<unknown>",
      "dataset": {
        "id": 123,
        "name": "<string>",
        "isDisabled": true,
        "position": 123,
        "path": "<string>",
        "states": [
          {
            "id": 123,
            "dataset": "<unknown>",
            "name": "<string>",
            "color": 123,
            "position": 123
          }
        ],
        "properties": [
          {
            "id": 123,
            "dataset": "<unknown>",
            "propertyType": {
              "id": "<string>",
              "isAutomatic": true,
              "isPlural": true,
              "isSortable": true,
              "position": 123
            },
            "name": "<string>",
            "isUsedAsTitle": true,
            "isRequired": true,
            "parameters": "<string>",
            "position": 123,
            "options": [
              {
                "id": 123,
                "property": "<unknown>",
                "text": "<string>",
                "color": 123
              }
            ]
          }
        ],
        "representations": "<array>"
      },
      "representationType": {
        "id": "<string>",
        "isAggregated": true,
        "position": 123
      },
      "name": "<string>",
      "parameters": "<string>",
      "position": 123
    }
  ]
}
'
{
  "id": 123,
  "name": "<string>",
  "isDisabled": true,
  "position": 123,
  "path": "<string>",
  "representations": [
    {
      "id": 123,
      "dashboard": "<unknown>",
      "dataset": {
        "id": 123,
        "name": "<string>",
        "isDisabled": true,
        "position": 123,
        "path": "<string>",
        "states": [
          {
            "id": 123,
            "dataset": "<unknown>",
            "name": "<string>",
            "color": 123,
            "position": 123
          }
        ],
        "properties": [
          {
            "id": 123,
            "dataset": "<unknown>",
            "propertyType": {
              "id": "<string>",
              "isAutomatic": true,
              "isPlural": true,
              "isSortable": true,
              "position": 123
            },
            "name": "<string>",
            "isUsedAsTitle": true,
            "isRequired": true,
            "parameters": "<string>",
            "position": 123,
            "options": [
              {
                "id": 123,
                "property": "<unknown>",
                "text": "<string>",
                "color": 123
              }
            ]
          }
        ],
        "representations": "<array>"
      },
      "representationType": {
        "id": "<string>",
        "isAggregated": true,
        "position": 123
      },
      "name": "<string>",
      "parameters": "<string>",
      "position": 123
    }
  ]
}

Тіло

id
integer<int32>
name
string | null
isDisabled
boolean
position
integer<int32>
path
string | null
representations
object[] | null

Відповідь

OK

id
integer<int32>
name
string | null
isDisabled
boolean
position
integer<int32>
path
string | null
representations
object[] | null