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

PaginatedResponse[TransactionDisplayRead]

items object[]required
  • Array [
  • idIdrequired

    Уникальный числовой идентификатор записи.

    company_idCompany Idrequired

    Идентификатор компании-владельца (аккаунт верхнего уровня — арендатор).

    amountAmountrequired
    entry_typeTransactionTyperequired

    Possible values: [token_usage, channel_fee, topup]

    created_atdate-timerequired

    Время создания (UTC, ISO 8601).

  • ]
  • pagePagerequired
    limitLimitrequired
    totalTotalrequired
    pagesPagesrequired
    PaginatedResponse[TransactionDisplayRead]
    {
    "items": [
    {
    "id": 0,
    "company_id": 0,
    "amount": "string",
    "entry_type": "token_usage",
    "created_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "page": 0,
    "limit": 0,
    "total": 0,
    "pages": 0
    }