Fetching records and collections with OData version 2
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Fetching records and collections with OData version 2
As shown in the following table, use the plural entity name with the GET method to fetch metadata, a single entity, an entity's property, or a collection of entities. When using a data source group, prepend the entity name with the appropriate data source prefix. See URI conventions for addressing resources, entities, and related entities in Section 3 of the OData specification.
| To fetch: | Method: | URI |
|---|---|---|
|
A single record |
GET |
Example:
|
|
The value of a single field from a single record |
GET |
Example:
|
|
A collection of records* |
GET |
Example:
|
|
A count of the records in a collection |
GET |
Example:
|
*A single request can only fetch one collection.