Resources

Resources available for the Data Federation API.

Available resources:

Resource Description
Metadata /dfs/apiVersion/repositoryVersion>/repositoryVersion/$metadata

Returns an EDMX document for a data source, indicating all queryable entities and attributes.

Available for DFS v2.0 and later.

Service /dfs/apiVersion/metadataRepository/repositoryVersion/entity?$select=query

Returns a JSON document listing the queryable entities exposed by the DFS API for the metadata repository and repository version. These are the top-level entities that can be queried using the Query resource.

Query /dfs/apiVersion/metadataRepository/repositoryVersion

Executes a query.