templates
Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.
get/template/{template_id}
Path parameters
template_idinteger required
ID of order that needs to be fetched
Response
successful operation
Example response
{
"id": 10,
"petId": 198772,
"quantity": 7,
"status": "approved"
}