Namespaces
This endpoint allows you to view a list of namespaces.
A namespace corresponds to an SAP Analytics Cloud system.
API Request Details
| URL | {BaseURL}/administration/Namespaces |
| Request Type | GET |
| Content Type | application/json |
Sample Request
https://your-sac-tenant-url.cloud/api/v1/dataexport/administration/Namespaces
Sample Response
{
"@odata.context": "$metadata#Namespaces",
"value": [
{
"NamespaceID": "sac",
"Description": "SAC Namespace"
}
]
}