Service URI and resource path for OData Version 4
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
The service root and resource path of a request define the location of the Hybrid Data Pipeline service and the name of the OData-enabled data source definition (case insensitive).The OData tab of your data source definition provides this value in the OData Access URI field.
In the URL examples in this table,
<myserver> is the DNS name of the machine on which the Hybrid Data Pipeline server is installed.
<myds> is the name of your Hybrid Data Pipeline data source.
A request with just the Service URI and resource path returns a list of
available entities in the form of the service document, the $metadata parameter returns metadata on those entities, and an address
that includes the plural entity name and a primary key value returns a single entity, as
shown in the following table. For additional information, see Requesting service metadata and the service document.
| Response contains: | Operation | URI |
|---|---|---|
|
The names of all entities in the schema |
GET |
Example:
|
|
The names, properties, data types, and relationships for all entities in the schema |
GET |
Example:
|
|
A single entity |
GET |
Example:
|
|
A single entity from a particular data source in a data source group |
GET |
Example:
|