v2
latestOpenAPI 3.1.12026-08-078549932.4 MBPatients
Get a patient by ID
get/Patients/{id}
Path parameters
idstring required
The patient ID
Response
OK
Example response
{
"species": "Dog",
"breed": "Golden Retriever"
}The patient ID
OK
{
"species": "Dog",
"breed": "Golden Retriever"
}