Get public Pinboard page
Query Parameters
s string required
The share key
p string required
The pageId
Header Parameters
pb-sec- string
When sharelink is protected use this header to send the secret
Responses
- 200
- 401
- 403
Payload of PublicPinboardPage
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
analysisResults object nullable
property name* object
pageId string nullable
pageObjects object[] nullable
analysisObject object nullable
adoc string nullable
analysisType string nullable
chartStyle object nullable
customerId string nullable
datasetId string nullable
isSurveyDataset boolean nullable
projectId string nullable
id string nullable
imageObject object nullable
innerPosition string
url string
style object nullable
backgroundColor string nullable
borderColor string nullable
borderRadius int32 nullable
borderWidth int32 nullable
boxShadow boolean nullable
padding string nullable
showTitle boolean nullable
textColor string nullable
textObject object nullable
html string
title string nullable
type string nullable
pageStyle object nullable
backgroundColor string nullable
backgroundImage string nullable
parentPageId string nullable
positions object nullable
property name* object
title string nullable
type string nullable
{
"analysisResults": {},
"pageId": "string",
"pageObjects": [
{
"analysisObject": {
"adoc": "string",
"analysisType": "string",
"chartStyle": {},
"customerId": "string",
"datasetId": "string",
"isSurveyDataset": true,
"projectId": "string"
},
"id": "string",
"imageObject": {
"innerPosition": "string",
"url": "string"
},
"style": {
"backgroundColor": "string",
"borderColor": "string",
"borderRadius": 0,
"borderWidth": 0,
"boxShadow": true,
"padding": "string",
"showTitle": true,
"textColor": "string"
},
"textObject": {
"html": "string"
},
"title": "string",
"type": "string"
}
],
"pageStyle": {
"backgroundColor": "string",
"backgroundImage": "string"
},
"parentPageId": "string",
"positions": {},
"title": "string",
"type": "string"
}
If sharelink is protected and header with secret is not matching the secret, result will be unauthorized
If sharelink is protected and no header with secret is supplied, result will be forbidden
Loading...