PagedApiTokenModel

PagedApiTokenModel
PagedApiTokenModel
JSON Example
{
    "items": [
        {
            "accountType": "string",
            "name": "string",
            "id": "string",
            "createdEpochMillis": 0,
            "dateGenerated": 0,
            "customer": "string",
            "lastUsed": 0,
            "account": "string"
        }
    ],
    "offset": 0,
    "limit": 0,
    "cursor": "string",
    "totalItems": 0,
    "moreItems": false,
    "sort": {
        "ascending": false,
        "field": "string",
        "default": false
    }
}
items
Optional

List of requested items

integer As int32 As int32
offset
Optional

offset

integer As int32 As int32
limit
Optional

limit

string
cursor
Optional

The id at which the current (limited) search can be continued to obtain more matching items

integer As int32 As int32
totalItems
Optional

An estimate (lower-bound) of the total number of items available for return. May not be a tight estimate for facet queries

boolean
moreItems
Optional

Whether more items are available for return by increment offset or cursor

sort
Optional

sort