question

Upvotes
Accepted
40 1 2 5

published-notifications API parameters

I am developing a small service that automates processing change announcements via published-notifications API.


the endpoint I am using

https://api.refinitiv.com/data/change-notifications//v1/published-notifications


however, I get as a response only first page of it:

....
"Exchange","name":"London Stock Exchange Plc","status":"Active"}],"manualSuppliers":[],"relatedNotifications":[],"keyItems":[],"deployments":[]}],"pageIndex":0,"pageSize":100,"total":6189}

I am struggling to find a way to query other pages, and/or add search criteria based on the dates and the type of the change.


I've tried to use get params like:

https://api.refinitiv.com/data/change-notifications//v1/published-notifications?pageIndex=2


or post request with the body, e.g.

{"pageIndex": 2, "pageSize": 10}


none of the options seem to work, and there are no documentations on the params.


Can you please advise how can I get past page 0?

And also potentially filter the results on the other fields?


Thanks,

Sergei

rdp-api#productrefinitiv-data-platformdata-notification
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
40 1 2 5

Thanks,


that is what I have done.

I've got a reply that there are only 3 options are supported at the moment in the get query


https://api.refinitiv.com/data/change-notifications//v1/published-notifications?page-index=2&from=2023-10-05T00:00:00.000Z&page-size=100


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
24.7k 54 17 14

Hello @sergei.ermakov

I am checking the API reference on the https://apidocs.refinitiv.com/Apps/ApiDocs page. I found only few information on the API reference document as follows:

1696578577119.png

I strongly suggest you contact the RDP support team directly to help you with this question. You can create a support ticket to the team via https://my.refinitiv.com/content/mytr/en/helpandsupport.html website, and choose Product "Notify API".


1696578678866.png


1696578577119.png (70.1 KiB)
1696578678866.png (22.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.