List all dogs
GET /dogs
GET
/dogs
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
How many birds to return at one time (max 100)
Examples
30Responses
Section titled “ Responses ”A paged array of cats
Array<object>
object
id
required
integer format: int64
name
required
Name of the animal
A friendly name for the animal.
string
tag
string
Example
{ "id": 1, "name": "dog", "tag": "pet"}default
Section titled “default ”Unexpected error
object
code
required
integer format: int32
message
required
string