Preview Sandbox
Takes a screenshot and gets cursor position of the sandbox.
Takes a screenshot and gets cursor position of the sandbox.
Path Parameters
sandboxId*string
The sandbox ID
orgId*string
The organization ID
Request Body
application/json
screenShotPutUrl?string
Optional screenshot upload URL, passed through to redshift for BYO storage.
Format
uriResponse Body
application/json
curl -X POST "https://loading/api/orgs/string/sandboxes/string/preview" \ -H "Content-Type: application/json" \ -d '{}'{
"screenShot": "http://example.com",
"cursorPosition": {
"x": 0,
"y": 0,
"screenWidth": 0,
"screenHeight": 0,
"screenIndex": 0
},
"actionResult": null
}