Get
/pet/findByStatus
Multiple status values can be provided with comma separated strings
Security
OAuth
FlowImplicit
Authorization URLhttps://petstore.swagger.io/oauth/authorize
Scopes:
read:petsread your pets
write:petsmodify pets in your account
Query parameters
status
array of stringRequired
Status values that need to be considered for filter
Valid Item values[
"available",
"pending",
"sold"
]
Item Default"available"
Responses
200
successful operation
Array of object
object
id
integer (int64)
category
object (Category)
id
integer (int64)
name
string
name
string
Exampledoggie
photoUrls
Array of string
string
tags
Array of object (Tag)
object
id
integer (int64)
name
string
status
string
pet status in the store
Valid values[
"available",
"pending",
"sold"
]
Array of object
object
id
integer (int64)
category
object (Category)
id
integer (int64)
name
string
name
string
Exampledoggie
photoUrls
Array of string
string
tags
Array of object (Tag)
object
id
integer (int64)
name
string
status
string
pet status in the store
Valid values[
"available",
"pending",
"sold"
]
400
Invalid status value