HTTP GET
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Purpose
Fetch an entity, collection of entities, or a property of an entity.
The authenticated user must be the owner of the data source requested. If the
authenticated user is not the owner of the data source, a "data source not found" error is returned.
URL
https://<myserver>:<port>/api/odata/<resource path>
where
where <myserver> is the DSN name or the IP address of the machine
where Hybrid Data Pipeline is installed.
<resource path> is the address
of an entity, entity collection, or a property of an entity. See Service URI and resource path for OData Version 2 for more information on
addressing entities.
Method
GET
Response
A JSON or Atom Pub representation of the entity, entity collection, or entity property specified in the URL.
Authentication
Basic Authentication using the Hybrid Data Pipeline account user ID and password.
Authorization
Any active Hybrid Data Pipeline user. The authenticated user must use same credentials used to create the data source definition.