TRKD - Get Chain and Get Chain Components API call detail

Options
ovx-wxu
ovx-wxu Newcomer

I'm trying to use to the the GetChain and GetChainComponents Operations, but the documentation is not available for these 2 calls.

Can someone provide me with the Endpoint, Body, and Headers for these calls? Thank you.

Tagged:

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @ovx-wxu

    The RetrieveItem_Request_3 operation has "ExpandChains" attribute that lets the API returns the data for all RICs included in this particular chain RIC (e.g. 0#.DJI) in one response. Is it match your requirement?

    {
        "RetrieveItem_Request_3": {
            "ItemRequest": [{
                "Fields": "",
                "RequestKey": [{
                    "Name": "0#.HSI",
                    "NameType": "RIC"
                }],
                "ExpandChains": true,
                "Scope": "All"
            }]
        }
    }

    Regarding the Get Chain and Get Chain Components operations, they are available in SOAP WebService protocol only which returns data as XML message . You can find more detail about them in the RKD API Quote Chains page.

    image

Answers