Links
Navigation links in the paginated response.
- nextType: string Format: uri
Gets or sets the URI link to the next page.
- previousType: string Format: uri
Gets or sets the URI link to the previous page.
- selfType: string Format: uri
Gets or sets the URI link to the current page.
Examples
{
"self": "https://api.openmarkets.com.au/v1/accounts/submissions?limit=10&offset=0",
"next": "https://api.openmarkets.com.au/v1/accounts/submissions?limit=10&offset=10",
"previous": null
}

