v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
reports

Add report scope

Adds source sheets for inclusion in the specified report by specifying individual sheets or their parent workspaces.

Specifying a workspace creates a dynamic scope—-the report automatically includes all sheets in that workspace and updates whenever sheets are added or removed from it.

Note: You can have up to 30,000 source sheets per report.

post/reports/{reportId}/scope

Request body

assetType'sheet' | 'workspace' required

The asset's type.

assetIdinteger required

The ID of the asset according to its assetType.

Response

The operation's success level.

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}