LinkForQueryDefinitions
LinkForQueryDefinitions
HATEOAS Links
JSON Example
{
"first": {
"href": "https://{api_host}/vrlic/api/v1/query-definitions?page=0&size=1"
},
"last": {
"href": "https://{api_host}/vrlic/api/v1/query-definitions?page=19&size=1"
},
"next": {
"href": "https://{api_host}/vrlic/api/v1/query-definitions?page=2&size=1"
},
"self": {
"href": "https://{api_host}/vrlic/api/v1/query-definitions?page=1&size=1"
},
"prev": {
"href": "https://{api_host}/vrlic/api/v1/query-definitions?page=0&size=1"
}
}
object
first
Optional
Link to fetch the first page
object
last
Optional
Link to fetch the last page
object
next
Optional
Link to fetch the next page
object
self
Optional
Link to fetch the current page
object
prev
Optional
Link to fetch the previous page