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

ResponseListCategories

items object[]required
  • Array [
  • namestringrequired
    project_idintegerrequired

    Possible values: >= 1 and <= 2147483647

    Example: 1
    descriptionstring
    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
    ResponseListCategories
    {
    "items": [
    {
    "name": "string",
    "project_id": 1,
    "description": "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
    }