It doesn't work the same way as it does with 0#.GSPTSE for some reason, I'm looking to get the child items of .AV.TO and .AV.V.
Here's my request:
http://api.rkd.refinitiv.com/api/Quotes/Quotes.svc/REST/Quotes_1/RetrieveItem_3
{
"RetrieveItem_Request_3": {
"TrimResponse": "false",
"IncludeChildItemQoS": true,
"ItemRequest": [
{
"IncludeHints": false,
"ExpandChains": true,
"Scope": "All", //List, All
"ProvideChainLinks": false,
"EnableEmptyLinks": false,
"Fields": "DSPLY_NAME:CF_LAST:CF_NETCHNG:CF_VOLUME:YRHIGH:YRLOW:PCTCHNG",
"RequestKey": [
{
"Name": "1#.AV.TO",
"NameType": "RIC"
}
]
}
]
}
}