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

ResponseListBlockVersionsShort

items object[]required
  • Array [
  • idintegerrequired

    Possible values: >= 1 and <= 2147483647

    Example: 1
    versionstringrequired
    created_atstring<date-time>required

    Дата и время создания

    block_idintegerrequired

    Possible values: >= 1 and <= 2147483647

    Example: 1
  • ]
  • totalintegerrequired

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

    Example: 150
    limitinteger

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

    Example: 20
    offsetinteger

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

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