Get Tags
Gets a pagenated tags by cspOrgId
Request
URI
GET
https://{api_host}//vrlic/api/v1/tags
COPY
Query Parameters
integer
page
Optional
Number of required pages (defaultValue = 0)
integer
size
Optional
Required page size (defaultValue = 100)
string
sort
Optional
Sort the response based on a field (defaultValue = id,asc)
Responses
200
OK
Returns PagedModelObjectForTags of type(s) */*
{
"page": {
"totalElements": 20,
"totalPages": 20,
"size": 1,
"number": 1
},
"_links": {
"first": {
"href": "https://{api_host}/vrlic/api/v1/tags?page=0&size=1"
},
"last": {
"href": "https://{api_host}/vrlic/api/v1/tags?page=19&size=1"
},
"next": {
"href": "https://{api_host}/vrlic/api/v1/tags?page=2&size=1"
},
"self": {
"href": "https://{api_host}/vrlic/api/v1/tags?page=1&size=1"
},
"prev": {
"href": "https://{api_host}/vrlic/api/v1/tags?page=0&size=1"
}
}
}
object
content
Optional
List of Paginated Content