Create a text object
Creates a text object on a page
Path Parameters
projectId string required
pinboardId string required
pageId string required
application/json
Request Body required
pageEtag string nullable
positions object nullable
property name* object
Responses
- 201
Payload of PageObjectCreatedResponse
application/json
Schema
Example (from schema)
Schema
- 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
pageObjectId string nullable
{
"page": {
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.823Z",
"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"
},
"pageObjectId": "string"
}
Loading...