Place Details
Returns a place based on its id.
GET /search/v1/details/:id
#
Route Parameters#
idstring
The identifier of the wanted place.
#
Examplescurl -X GET "https://api.partner.clinia.ca/search/v1/details/ci.cd3799d6-8383-a2e4-3fd5-8f97d51b36f1" \ -H "Content-Type: application/json" \ -H "X-Clinia-API-Key: ${API_KEY}"
{ "documentType": "health_facility", "type": "PHARMACY", "address": { "streetAddress": "1222 avenue Greene", "suiteNumber": null, "postalCode": "H3Z 2A3", "neighborhood": null, "locality": null, "place": "Westmount", "region": "Quebec", "regionCode": "QC", "country": "Canada", "countryCode": "CA" }, "geoPoint": { "lat": 45.486252, "lng": -73.588791 }, "onlineBookingUrl": null, "openingHours": { "1": [ { "start": "08:00", "end": "20:00" } ], "2": [ { "start": "08:00", "end": "20:00" } ], "3": [ { "start": "08:00", "end": "20:00" } ], "4": [ { "start": "08:00", "end": "20:00" } ], "5": [ { "start": "08:00", "end": "20:00" } ], "6": [ { "start": "09:00", "end": "18:00" } ], "7": [ { "start": "10:00", "end": "18:00" } ] }, "socials": [ { "url": "https://www.jeancoutu.com/en/", "type": null } ], "note": null, "services": [ "Pharmacy", "Smoking cessation consultation", "Lice treatment consultation", "Vaccination", "Influenza vaccination", "Nursing", "Cryotherapy for warts", "Prescription extension", "Shingles vaccination", "Travel consultation", "Medicine delivery", "Crutches rental" ], "id": "cd3799d6-8383-a2e4-3fd5-8f97d51b36f1", "name": "Jean Coutu - Maher Bitar, Valérie Savoie-Rosay & Jean Coutu", "phones": [ { "countryCode": "+1", "number": "5149372836", "extension": null, "type": "MAIN", "isTollFree": false }, { "countryCode": "+1", "number": "5149378575", "extension": null, "type": "FAX", "isTollFree": false } ], "owner": "CLINIA"}