Can we pass PackageId as parameter the endpoint

MUNI
MUNI Newcomer
edited May 14 in Refinitiv Data Platform

I have only two packages that is required I dont need all the list under the specific bucket.

https://api.refinitiv.com/file-store/v1/file-sets?bucket={bucketname}

For the above endpoint do we have PackageId as a parameter so that the results will be specific.

Please let me know if you have other endpoint to match my requirement.

Tagged:

Answers

  • @MUNI

    You can pass in the package ID into the call to sub-restrict the list. For ex:

    GET https://api.refinitiv.com/file-store/v1/file-sets?bucket={bucketname}&packageId={packageId}
    
    https://api.refinitiv.com/file-store/v1/file-sets?bucket=bulk-Symbology&packageId=4fdd-aa12-b78255f9-a6a8-007b83a1493f
    

    image.png
  • wasin.w
    wasin.w admin

    Hello @MUNI

    I see you are using the RDP CFS API. There is the A Step-By-Step Workflow Guide for RDP Client File Store (CFS) API article that gives you a step-by-step guide to use RDP CFS API.