notification-subscriber-changelog-tpw-operator
Release 8.0
What's Changed
GET
/subscribers/{subscriberID}/notifications
Retrieve Notifications
Parameters:
Changed: subscriberID
in path
Unique identifier of the subscriber, either
- the string
mine
to reference the subscriber of the authenticated user requesting the API- the identifier (
ID
) of the subscriber
GET
/subscribers/{subscriberID}/notifications/{notificationID}
Retrieve a Notification
Parameters:
Changed: subscriberID
in path
Unique identifier of the subscriber, either
- the string
mine
to reference the subscriber of the authenticated user requesting the API- the identifier (
ID
) of the subscriber
Release 7.3
No change
Release 7.2
RDTP-8479
What's Changed
GET
/subscribers/{subscriberID}/notifications
Retrieve Notifications
Access rights:
If the authenticated user has domain restrictions, only notifications matching the domain restrictions can be retrieved.
Return Type:
Changed response : 200 OK
Successful RETRIEVE
-
Changed property
notifications
(array)Changed items (object):
-
Changed property
taskResult
(object)-
Added property
domains
(array)List of domains associated with the Device. The list cannot contain more than one domain for a given group.
Items (object):
The domain must exist in the subscriber account and must be in
ACTIVE
state to be used.-
Property
name
(string)Domain name
-
Property
group
(object)- Property
name
(string)Domain group name
- Property
-
-
-
GET
/subscribers/{subscriberID}/notifications/{notificationID}
Retrieve a Notification
Access rights:
If the authenticated user has domain restrictions, the notification must match the domain restrictions.
Return Type:
Changed response : 200 OK
Successful RETRIEVE
-
Changed property
taskResult
(object)-
Added property
domains
(array)List of domains associated with the Device. The list cannot contain more than one domain for a given group.
Items (object):
The domain must exist in the subscriber account and must be in
ACTIVE
state to be used.-
Property
name
(string)Domain name
-
Property
group
(object)- Property
name
(string)Domain group name
- Property
-
-
Release 7.1
No change
Release 7.0
RDTP-13010
What's Changed
GET
/subscribers/{subscriberID}/notifications
Retrieve Notifications
Parameters:
Updated taskType
in query
Task type filtering (exact match)
New values:
- MG_CREATE
- MG_DELETE
Return Type:
Changed response : 200 OK
Successful RETRIEVE
-
Changed property
notifications
(array)Changed items (object):
-
Changed property
action
(object)-
Changed property
taskType
(string)Type of Task
New values:
- MG_CREATE
- MG_DELETE
One of:
-
MG_CREATE
properties:-
Property
result
(string)Result of Multicast Group creation:
- PENDING: the Multicast Group creation is not yet processed
- SUCCESS: the Multicast Group creation succeeded
- ERROR: the Multicast Group creation failed
One of:
-
PENDING
properties: n/a -
SUCCESS
properties:- Property
href
(string)HREF of the created resource
- Property
-
ERROR
properties:-
Property
code
(integer)Error code
-
Property
message
(string)Error technical message
-
Property
info1
(string)Error information 1
-
Property
info2
(string)Error information 2
-
Property
info3
(string)Error information 3
-
-
-
MG_DELETE
properties:-
Property
result
(string)Result of Multicast Group deletion:
- PENDING: the Multicast Group deletion is not yet processed
- SUCCESS: the Multicast Group deletion succeeded
- ERROR: the Multicast Group deletion failed
One of:
-
PENDING
properties: n/a -
SUCCESS
properties: n/a -
ERROR
properties:-
Property
code
(integer)Error code
-
Property
message
(string)Error technical message
-
Property
info1
(string)Error information 1
-
Property
info2
(string)Error information 2
-
Property
info3
(string)Error information 3
-
-
-
-
GET
/subscribers/{subscriberID}/notifications/{notificationID}
Retrieve a Notification
Return Type:
Changed response : 200 OK
Successful RETRIEVE
-
Changed property
action
(object)-
Changed property
taskType
(string)Type of Task
New values:
- MG_CREATE
- MG_DELETE
One of:
-
MG_CREATE
properties:-
Property
result
(string)Result of Multicast Group creation:
- PENDING: the Multicast Group creation is not yet processed
- SUCCESS: the Multicast Group creation succeeded
- ERROR: the Multicast Group creation failed
One of:
-
PENDING
properties: n/a -
SUCCESS
properties:- Property
href
(string)HREF of the created resource
- Property
-
ERROR
properties:-
Property
code
(integer)Error code
-
Property
message
(string)Error technical message
-
Property
info1
(string)Error information 1
-
Property
info2
(string)Error information 2
-
Property
info3
(string)Error information 3
-
-
-
MG_DELETE
properties:-
Property
result
(string)Result of Multicast Group deletion:
- PENDING: the Multicast Group deletion is not yet processed
- SUCCESS: the Multicast Group deletion succeeded
- ERROR: the Multicast Group deletion failed
One of:
-
PENDING
properties: n/a -
SUCCESS
properties: n/a -
ERROR
properties:-
Property
code
(integer)Error code
-
Property
message
(string)Error technical message
-
Property
info1
(string)Error information 1
-
Property
info2
(string)Error information 2
-
Property
info3
(string)Error information 3
-
-
-
Release 6.1
No change
Release 6.0
RDTP-7021
Initial release