GET api/Notifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfSystem.Collections.Generic.IEnumerableOfBETInternalWebServices.Controllers.Notification
NameDescriptionTypeAdditional 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:54:09.2666245+02:00",
      "processed": "2025-12-15T11:54:09.2666245+02:00"
    },
    {
      "id": 1,
      "title": "sample string 2",
      "message": "sample string 3",
      "imageURL": "sample string 4",
      "externalURL": "sample string 5",
      "created": "2025-12-15T11:54:09.2666245+02:00",
      "processed": "2025-12-15T11:54:09.2666245+02:00"
    }
  ],
  "responseMessage": "sample string 1",
  "responseType": 1
}