跳到主要内容

Finds Pets by tags.

GET 

/pet/findByTags

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

Request

Query Parameters

NameTypeRequiredDescription
tagsarrayrequiredTags to filter by

Body

No request body

Responses

application/jsonapplication/xml
Array of:
idinteger(int64)
Example: 10
integer (int64)
namestring
Example: "doggie"
string
categoryobject
idinteger(int64)
Example: 1
integer (int64)
namestring
Example: "Dogs"
string
photoUrlsarray
Array of:
string
tagsarray
Array of:
idinteger(int64)
integer (int64)
namestring
string
statusstring
pet status in the store
string
pet status in the store
Array of:
idinteger(int64)
Example: 10
integer (int64)
namestring
Example: "doggie"
string
categoryobject
idinteger(int64)
Example: 1
integer (int64)
namestring
Example: "Dogs"
string
photoUrlsarray
Array of:
string
tagsarray
Array of:
idinteger(int64)
integer (int64)
namestring
string
statusstring
pet status in the store
string
pet status in the store

Response Info

Status Code:200
Description:successful operation
Content Types:
application/jsonapplication/xml