DMC – API : Comment connaitre le "callPlanningId" ?
Nous préconisons d’utiliser l’outils API WorkShop qui a été développé pour vous aider à l’élaboration du code.
Exemple de requête JSON pour récupérer le callPlanningId du scénario SMS via la méthode findPlanning.
authenticate={
« serviceId »: « 123456789 »,
« servicePassword »: « mdp »,
« spaceId »: « 1234 »,
« lang »: « fr_FR »
}
Résultat de la requête :
{« success »:true, »response »:[{« planningId »:85, »planningName »: »Heures ouvrées« , »planningForService »:true},{« planningId »:84, »planningName »: »Planning 24/7« , »planningForService »:true},{« planningId »:86, »planningName »: »Planning Information« , »planningForService »:true},{« planningId »:6044, »planningName »: »test« , »planningForService »:false}]}
Ces informations vous ont-elles aidé ?
Merci pour votre vote