GET api/RBPartIndex/GetRBPartIndex?idx={idx}&dt1={dt1}&dt2={dt2}&ids={ids}&t={t}
Retrieve single recording period index constituents data for RB PART.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idx |
Index ID |
integer |
Required |
dt1 |
start date, in format of yyyyMMdd. |
integer |
Required |
dt2 |
end date, in format of yyyyMMdd. |
integer |
Required |
ids |
security ids delimited by comma. |
string |
Required |
t |
Authentication token. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
List of RB PART BLOBs preceded with be_id and cusip, delimited by comma.
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>