...
Opvragen van de beschikbare notificatie types
Zoeken notificaties
Opvragen detail van een notificatie
Opvragen notificatie
...
types
Opvragen van de beschikbare notificatie types.
GET api\v1\taxonomies\notificationtypes
GET api\v1\taxonomies\notificationtypes\{notificationtypeid}
Opvragen notificatie categorieën
Volgende categorieën worden voorzien
Information
Warning
Task
Endpoints:
GET api\v1\taxonomies\notification-categories
GET api\v1\taxonomies\notification-categories\{notificationcategoryid}
Opvragen notificatie statussen
Volgende statussen worden voorzien:
Afgehandeld
Gelezen
… (statussen te valideren nog verder te definiëren)
Endpoints:
De notificatie statussen worden toegevoegd in de statussen taxonomies API.
GET api\v1\taxonomies\statuses
GET api\v1\taxonomies\statuses\{notificationcategoryid}
Zoeken notificaties
Opvragen van een lijst van notificaties obv volgende criteria:
...
organisationId
notificationTypeId
categoryId
createdOn
status
Example:
GET api\v1\notifications?notificationTypeId=eafe63a5-cbea-4a24-b16b-9932b9a2f324
...