get https://{hostname}/invoicing-api/v4/notifications/
Accesses a specific notification, for example when making modifications to a specific notification.
Recipes
Get a notification
Open Recipe
Responses
Accesses a specific notification, for example when making modifications to a specific notification.
xxxxxxxxxx
curl --request GET \
--url https://hostname/invoicing-api/v4/notifications/notificationId \
--header 'accept: application/json'
xxxxxxxxxx
13{
"contracts": [
"C-0N7RAC7"
],
"creationDate": "2020-12-09T08:30:14Z",
"emails": [
"user@example.com"
],
"modificationDate": "2020-12-09T08:30:14Z",
"notificationId": 25056,
"notificationStatus": "ACTIVE",
"notificationTitle": "Notification for C-0N7RAC7"
}