"description":"The page to be displayed. Defaults to 1",
"required":false,
"type":"integer"
},
{
"name":"searchTerm",
"in":"query",
"description":"A query used to filter results by searching for it on the longUrl and shortCode fields. (Since v1.3.0)",
"required":false,
"type":"string"
},
{
"name":"tags",
"in":"query",
"description":"A list of tags used to filter the resultset. Only short URLs tagged with at least one of the provided tags will be returned. (Since v1.3.0)",
"required":false,
"type":"array",
"schema":{
"items":{
"type":"string"
}
}
},
{
"name":"orderBy",
"in":"query",
"description":"The field from which you want to order the result. (Since v1.3.0)",