Tenant - Binds a dataset to a report for a tenant

Binds a dataset to a report identified by their respective IDs.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant

reportIdstring · uuidRequired

Enter the ID of an existing report

Query parameters
datasetIdstring · uuidRequired

Enter the ID of an existing dataset

versionstringOptional

The requested API version

Default: 1.0
Responses
200

Success: Dataset successfully bound to the report.

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

Last updated