question

Upvotes
1 0 0 0

Symbology API using Postman

I want to extract Primary RIC from PermID, for this I have written a JSON in API playground using Symbology API but due to small batch size of API playground I want to use POST request in Postman to extract the same.

Can you list out the ways to do it using Postman.

JSON I am using is as follows:

{

"from": [

{

"identifierTypes": [

"PermID"

],

"values": [

"5040100283"

]

}

],

"to": [

{

"identifierTypes": [

"RIC"

]

}

],

"reference": [

"name",

"status",

"classification"

],

"route": "FindPrimaryRic",

"type": "predefined"

}

#technologyrdp-apisymbology
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.

@arun.mani

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply, and then close the question. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
79.3k 253 52 74

@arun.mani

Thank you for reaching out to us.

We have provided RDP Postman examples on the LSEG Developer Community.

You can import the RDP Postman Starter Collection and Tutorial Samples to the Postman.

Then, check the Symbology requests in the Symbology folde in the collection.

1713326361757.png

Please also refer the Postman Tutorials regarding how to use the collection on the Postman.


1713326361757.png (13.9 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.