OData

This page provides example code for performing OData queries in the Integration Theme.

If you are unfamiliar with OData and how to use it, there is some great example documentation available.

You can change the query values used in the JavaScript functions and refresh the page to experiment with custom queries.

The current query values are displayed on the page for each example.

Filter (Specifications in a State)

This example shows how OData can be used to find any Specifications in a chosen State.

Query

Result

Loading...

Filter (Specifications between two dates)

This example shows how OData can be used to filter results between two chosen dates.

Query

Result

Loading...

Order (By date edited)

This example shows how OData can be used to order Specifications based on their Properties.

Query

Result

Loading...

Top & Skip

This example shows how OData can be used to manipulate the amount of results from a query.

This query includes multiple conditions, combined using an ampersand (&).

Query

Result

Loading...