Tenant - Fetch binded reports and datasets of any requested tenant and report

Fetches binded report and dataset of any requested tenant and report

get

/tenants/{tenantId}/reports/{reportId}/bind

Authorizations
Path parameters
tenantIdstring · uuidrequired

Expects Id of an existing tenant

reportIdstring · uuidrequired

Expects Id of an existing report

Query parameters
versionstring · default: 1.0

The requested API version

Responses
curl -L \
  --url '/tenants/{tenantId}/reports/{reportId}/bind' \
  --header 'Authorization: Bearer JWT'
{
  "tenantId": "123e4567-e89b-12d3-a456-426614174000",
  "reportId": "123e4567-e89b-12d3-a456-426614174000",
  "datasetId": "123e4567-e89b-12d3-a456-426614174000"
}

Last updated