Gets the pinboard data from the ThoughtSpot system. Returns one object if you make a call to a specific visualization on a pinboard.
- Public namespace: Data
- Current URL path:
/tspublic/v1/pinboarddata
Parameters
Parameter | Description |
---|---|
id |
GUID id of the pinboard query string. |
vizid |
Optional GUID ids of the visualizations query string. |
batchsize |
An integer defining the query batch size. The system default is -1 . |
pagenumber |
An integer providing another way to specify an offset. The system default is
|
offset |
An integer specifying the query offset. The system default is -1 . |
formattype |
A string specifying the format type. Valid values are COMPACT or FULL JSON. The system default is COMPACT . |
HTTP Status Codes
- 200 Gets the data of a pinboard/visualization.
- 400 Invalid pinboard id.
Response example:
Curl
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' 'https://<instance>/callosum/v1/tspublic/v1/pinboarddata?batchsize=-1&pagenumber=-1&offset=-1&formattype=COMPACT'
Request URL
https://<instance>/callosum/v1/tspublic/v1/pinboarddata?batchsize=-1&pagenumber=-1&offset=-1&formattype=COMPACT
Response Body
no content
Response Code
400
Response Headers
{
"x-callosum-incident-id": "2ff9d2e4-c928-4192-8250-8450de264ab7",
"x-callosum-trace-id": "2e551b8d-d3f4-4cf1-af90-a49bb246ad92",
"date": "Sun, 19 Feb 2017 03:39:41 GMT",
"x-callosum-request-time-us": "11536",
"server": "nginx",
"pragma": "no-cache",
"cache-control": "no-store, no-cache, must-revalidate, max-age=0, post-check=0, pre-check=0",
"content-security-policy": "script-src 'self'",
"connection": "keep-alive",
"content-length": "0",
"x-callosum-ip": "192.168.2.247",
"content-type": null
}