GET api/notifications/latest
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BO.BETResponseObjects.BaseResponseOfSystem.Collections.Generic.IEnumerableOfBETInternalWebServices.Controllers.Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | Collection of BETInternalWebServices.Controllers.Notification |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseType | BO.Enums.ResponseType |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseObject": [
{
"id": 1,
"title": "sample string 2",
"message": "sample string 3",
"imageURL": "sample string 4",
"externalURL": "sample string 5",
"created": "2025-12-15T11:58:14.9011843+02:00",
"processed": "2025-12-15T11:58:14.9011843+02:00"
},
{
"id": 1,
"title": "sample string 2",
"message": "sample string 3",
"imageURL": "sample string 4",
"externalURL": "sample string 5",
"created": "2025-12-15T11:58:14.9011843+02:00",
"processed": "2025-12-15T11:58:14.9011843+02:00"
}
],
"responseMessage": "sample string 1",
"responseType": 1
}