Retrieving specific data
By amending the "service root URL", you can specify which data to display.
The <your root url>/datalake/odata is your service root URL. You can extend this URL to retrieve specific information.
Example
•    To retrieve an entity set (which is a Planon table) such as base orders, your URL would be: <your root url>/datalake/odata/baseorder
To know which entity sets there are, you can look them up by either typing <your root url>/datalake/odata/ or look up the list on the  >  step.
•    Typing <your root url>/datalake/odata/$metadata will give you all the fields of the entity sets.
|  | For more information, see: •    For an overview of supported OData features, see: OData support . |