Skip to main content

Finds Pets by status

GET 

/pet/findByStatus

Multiple status values can be provided with comma separated strings

Request

Query Parameters

    status string

    Possible values: [available, pending, sold]

    Default value: available

    Status values that need to be considered for filter

Responses

successful operation

Schema
  • Array [
  • id int64
    name stringrequired
    category category
    id int64
    name string
    photoUrls string[]required
    tags tag[]
  • Array [
  • id int64
    name string
  • ]
  • status string

    Possible values: [available, pending, sold]

    pet status in the store

  • ]
Loading...