Notification

L’API Wirk propose un système de notification pour les objets Task et TaskLine. L’URL de notification est appelé à chaque changement d’état de ces objets. L’URL de notification est définie 1 fois par Appprojet, lors de sa création, grâce au champ UrlNotification.

Le format de notification est le suivant: NotificationUrl + « name= » + ObjectName + « &id= » + IdObject + « &state= » + IdState

Exemple

La Task 34119 est faite:
https://MY_WEBSITE.COM/NOTIFICATION_PAGE/?name=task&id=34119&state=Done
L'état Created correspond à une tache terminée. L'état Done correspond à une tache terminée.

La TaskLine 3256 est faite:
https://MY_WEBSITE.COM/NOTIFICATION_PAGE/?name=taskLine&id=3256&state=Done
L'état Created correspond à une taskLine terminée. L'état Done correspond à une taskLine terminée.