GET
/contacts/{contactUid}/sites/{siteUid}
[Hermes Link] Retourne un site
Paramètres
| Nom | Description | Type | Requis |
|---|---|---|---|
api_key |
Clé d'identification |
String |
Oui |
contactUid |
L'uid ou le code du contact rattaché au site |
String |
Oui |
siteUid |
L'uid ou le code du site |
String |
Oui |
Objet de retour
| Nom | Description | Type |
|---|---|---|
uid |
Identifiant |
String |
code |
Code |
String |
name |
Nom |
String |
description |
Description |
String |
agency |
Identifiant et nom du dépôt |
MiniAgency |
accessFloor |
Etage |
Integer |
accessAsc |
Est accessible par un ascenseur si vrai |
Boolean |
openingDays |
Horaires d'ouvertures |
{[key:String] : Liste de OpeningDay} |
address |
Adresse |
Address |
radius |
Rayon d'activité (en m) |
Integer |
notifArrival |
Notification |
NotifArrival |
company |
Entreprise |
MiniCompany |
customFields |
Champs personalisés |
{[key:String] : String | Integer | String[] | Integer[]} |
Exemple de retour
Pas de données.