documents
Finds Pets by tags
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
get/document/
Query parameters
tagsstring[]
Tags to filter by
Response
successful operation
Example response
[
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
}
}
]