Update page-by
PUT {{baseUrl}}/api/v2/reports/:reportId/instances/:instanceId?offset=0&limit=1000
Do manipulations on top of the specified instance
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Starting point within the collection of returned results. Used to control paging behavior. | |
limit | number | Maximum number of items returned for a single request. Used to control paging behavior. Use -1 for no limit. |
Request Body
{"currentPageBy"=>[{"id"=>"{{rd_pageByElementId}}"}, {"id"=>"{{rd_pageBy2ElementId}}"}, {"id"=>"{{rd_pageBy3ElementId}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token | |
X-MSTR-ProjectID | string | (Required) Project ID | |
Content-Type | string |