PaginationMetaData
- limitType: integer Format: int32
Signed 32-bit integers (commonly used integer type).
- linksType: object · Links
- nextType: string | null Format: uri
- previousType: string | null Format: uri
- selfType: string | null Format: uri
- offsetType: integer Format: int32
Signed 32-bit integers (commonly used integer type).
- totalType: integer Format: int32
Signed 32-bit integers (commonly used integer type).
Examples
{
"links": {
"self": "https://api.openmarkets.com.au/v1/accounts/?limit=10&offset=0",
"next": "https://api.openmarkets.com.au/v1/accounts/?limit=10&offset=10",
"previous": null
},
"limit": 10,
"offset": 0,
"total": 34
}

