[Get] /pet/findByStatus - Finds Pets by status
Multiple status values can be provided with comma separated strings
Parameters
status
( array ) - Status values that need to be considered for filter
items
( enum : string = available )- available
- pending
- sold
order
( object )
id
( integer {$int64} )petId
( integer {$int64} )quantity
( integer {$int32} )shipDate
( string {$date-time} )status
( enum : string ) - Order Status- placed
- approved
- delivered
complete
( boolean = false )
Response
200 - successful operation
application/xml
( array )
items
( Pet )
application/json
( array )
items
( Pet )