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

