I was trying unsuccessfully to refresh a prompt LOV:
Calling:
{"parameters":{"parameter":{"id":"1","answer":{"info":{"lov":{"query":{"sort":{"@order":"None"}}}}}}}}
Resulted in:
{
"parameters": {
"parameter": [
{
"@dpId": "DP0",
"@type": "prompt",
"@optional": "false",
"id": 1,
"technicalName": "Select Report Date:",
"name": "Select Report Date:",
"answer": {
"@type": "Text",
"@constrained": "false",
"info": {
"@cardinality": "Single",
"lov": {
"@searchable": "false",
"@refreshable": "true",
"@hierarchical": "true",
"id": "UNIVERSELOV_DS0.DO155a"
}
}
}
}
]
}
}
I opened the report in WebI and refreshed the prompt, only to get a database error. So obviously that's why I was getting no results. But shouldn't my REST call have failed, rather than just produce no results?