All pets
Query parameters
-
limit integer(int32)
How many items to return at one time (max 100)
GET /pets
curl \
-X GET http://petstore.swagger.io/v1/pets
Response examples (default)
{
"code": 42,
"message": "string"
}
Response examples (default)
{
"code": 42,
"message": "string"
}
Response examples (200)
# Headers
x-next: string
# Payload
[
{
"id": 42,
"name": "string",
"tag": "string"
}
]
Response examples (200)
# Headers
x-next: string
# Payload
[
{
"id": 42,
"name": "string",
"tag": "string"
}
]