Forum Discussion
Anonymous
7 years agoNot applicable
OData performance issues
We have OData endpoint where every record contains also curve data (array of {x: number, y:number} objects). Those curves have ~600 points and there are arround 30 curves per record. In other words, ...
Anonymous
6 years agoNot applicable
Look at the examples here:
https://www.odata.org/getting-started/basic-tutorial/#filter
https://www.odata.org/getting-started/basic-tutorial/#select
If it will work, then it's supported 🙂
Of course you have to adjust it to your data model.
If you don't know how your data model looks like, you can get single record with: ?$top=1 or you can check the /$metadata endpoint.
Anonymous
6 years agoNot applicable
also do i need Business Central (navision) developer license?
Best