{
"@odata.context": "https://url/indicium/<appl>/....",
"value": []
}
Dear Thinkwise,
In an attempt to connect a part of our system to an external client. We are having trouble with the parser not being able to handle the inline responses. Meaning that the odata.context object is returned next to the actual values. The parser of the other system is expecting a JSON array, like other API’s.
I understand that Indicium HTTP API uses OData under the hood to facilitate the requests and this is working really well. Is there a possibility to pass another parameter that obfuscates this additional metadata information.
For example the docs for implementing OData offers the odata.metadata=none Accept header. Could / is something similar applicable to Indicium?
Found this relevant / similar question on the community:

