Create page
Path Parameters
projectId string required
pinboardId string required
application/json
Request Body required
parentPageId string nullable
pinboardIndexEtag string nullable
title string nullable
Responses
- 201
Payload of CreatePinboardPageResponse
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
page object
_etag string nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
id string nullable
isDeleted boolean 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
pinboardId string nullable
positions object nullable
property name* object
title string nullable
type string nullable
pinboard object
_etag string nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
id string nullable
isDeleted boolean nullable
pages object[] nullable
id string nullable
parentPageId string nullable
title string nullable
pinboardId string nullable
projectId string nullable
type string nullable
{
"page": {
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.816Z",
"customerId": "string",
"id": "string",
"isDeleted": true,
"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",
"pinboardId": "string",
"positions": {},
"title": "string",
"type": "string"
},
"pinboard": {
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.816Z",
"customerId": "string",
"id": "string",
"isDeleted": true,
"pages": [
{
"id": "string",
"parentPageId": "string",
"title": "string"
}
],
"pinboardId": "string",
"projectId": "string",
"type": "string"
}
}
Loading...