/providers/{NamespaceID}/{ProviderID}
This endpoint returns the service document specifying the entity set names for the provider.
API Request Details
|
URL |
{BaseURL}/providers/{NamespaceID}/{ProviderID}/ |
|
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"
}
]
}