Перейти к основному содержимому

ResponseListLabels

items object[]required
  • Array [
  • namestringrequired
    idintegerrequired

    Possible values: >= 1 and <= 2147483647

    Example: 1
    created_atstring<date-time>required
    updated_atstring<date-time>required
  • ]
  • totalintegerrequired

    Общее количество

    Example: 150
    limitinteger

    Количество записей на странице

    Example: 20
    offsetinteger

    Смещение от начала списка

    Example: 0
    ResponseListLabels
    {
    "items": [
    {
    "name": "string",
    "id": 1,
    "created_at": "2024-07-29T15:51:28.071Z",
    "updated_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "total": 150,
    "limit": 20,
    "offset": 0
    }