...
organisationId
notificationTypeId
categoryId
createdOn
Example:
GET api\v1\notifications?notificationTypeId=eafe63a5-cbea-4a24-b16b-9932b9a2f324
Code Block |
---|
{ "@context": "http://www.w3.org/ns/hydra/context.jsonld", "@id": "\api\v1\notifications", "@type": "Collection", "totalItems": "23", "member": [ { "@id": "api\v1\notifications\a26e477c-f10b-4d7f-bba9-60228e092b75", notificationType": { "id":"api\v1\taxonomies\notificationtypes\eafe63a5-cbea-4a24-b16b-9932b9a2f324", "prefLabel":"TrenchSynergyRequestReceived", } }, { "@id": "\api\v1\notifications\d454970a-35d5-41c9-a832-dc940c061e17", notificationType": { "id":"api\v1\taxonomies\notificationtypes\eafe63a5-cbea-4a24-b16b-9932b9a2f324", "prefLabel":"TrenchSynergyRequestReceived", } }, ... ] } |
...