OData
The SIM API implements the Open Data Protocol (OData) for all GET endpoints to the API.
OData Query Parameters
Name | Description | Example |
---|---|---|
$select | Filter the returned record columns | |
$filter | Filter the returned records | |
$orderby | Order the records | $orderby=title desc |
$format | Format the returned data as json or csv | $format=json |