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

KeyDatatypeRequiredDescription
offsetnumberStarting point within the collection of returned results. Used to control paging behavior.
limitnumberMaximum number of items returned for a single request. Used to control paging behavior. Use -1 for no limit.

Request Body

{"currentPageBy"=>[{"id"=>"{{rd_pageByElementId}}"}]}

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-MSTR-ProjectIDstring(Required) Project ID
Content-Typestring