Service Document
This endpoint returns the service document specifying the entity set names for the provider.
API Request Details
| URL | {BaseURL}/providers/{NamespaceID}/{ProviderID}/ Note Make sure to
replace NamespaceID and
{ProviderID} with the correct
IDs. |
| Request Type | GET |
| Content Type | application/json |
Sample Request
https://your-sac-tenant-url.cloud/api/v1/dataexport/providers/sac/QWERTY123456/
Sample Response
{
"@odata.context": "$metadata",
"value": [
{
"name": "FactData",
"url": "FactData"
},
{
"name": "MasterData",
"url": "MasterData"
},
{
"name": "AccountMaster",
"url": "AccountMaster"
}
]
}