Logo
MicroStrategy REST API API Documentation

Update page-by

PUT {{baseUrl}}/api/v2/reports/:reportId/instances/:instanceId?offset=0&limit=1000

Do manipulations on top of the specified instance

 

Body PARAM

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.



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
X-MSTR-ProjectID
string (Required) Project ID
Content-Type
string




RESPONSES

status



Curl
curl -X PUT 'baseUrl/api/v2/reports/:reportId/instances/:instanceId?offset=0&limit=1000?offset=0&limit=1000' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId' -H 'Content-Type: application/json' -d '{"currentPageBy":[{"id":"rd_pageByElementId"}]}'

ENDPOINTS