Tygrid OData Explorer
See what your OData service can do.
The Tygrid OData client lets you see what your OData service is fully capable of. At a glance, see all the entities that your service is exposing to the world for people to view.

Scroll through millions of rows
The Tygrid OData client only requests the data that would be visible to you. This means that Tygrid can handle exceptionally large tables without running out of memory or crashing.
Sort by any column

The sort button is hidden until you need it. One click sorts ascending. Two clicks sorts descending. Three clicks undoes the sorting.
Filter and Search.
Use the power of OData to only retrieve the rows you want to see, or to find that particular value you're searching for.

Hide and rearrange rows

Drag the rows to where you want them, or right-click to remove them from the view.
Expand to Drill Down

OData doesn't just give you flat tables. It gives you hierarchical data with relationships. Expand columns to drill down and see more details.
Get the Query
Once you've got the query you want, right-click to copy the generated query to the clipboard.

What is OData?
The Tygrid OData Client lets you visualize an OData endpoint. OData is a standardized protocol used by, among others, SAP Netweaver Gateway, Microsoft Graph, Microsoft Dynamics and Salesforce Connect. An OData service is a standard REST API that has a standardized way of searching, sorting and paging your data.
View some examples
-
OData.org TripPin - requires CORS to be relaxed in your browser.