{
"_id": "string",
"title": "string",
"text": "string",
"platforms": [
"string"
],
"status": "draft",
"validationFailed": [
{
"platform": "threads",
"platformName": "Threads",
"issues": [
{
"code": "TEXT_TOO_LONG",
"severity": "error",
"field": "text",
"message": "Caption is 632 characters — Threads allows 500.",
"mediaIndex": 0,
"limit": 0,
"actual": 0
}
]
}
],
"hashtags": [
"string"
],
"mentions": [
"string"
],
"scheduledFor": "2019-08-24T14:15:22.123Z",
"platformPosts": [
{
"platform": "string",
"status": "pending",
"platformPostIds": [
"string"
],
"publishedUrl": "string",
"error": "string",
"publishedAt": "2019-08-24T14:15:22.123Z"
}
],
"workspaceId": "string",
"approval": {
"state": "not_required",
"requestedBy": "string",
"requestedAt": "2019-08-24T14:15:22.123Z",
"reviewedBy": "string",
"reviewedAt": "2019-08-24T14:15:22.123Z",
"note": "string"
},
"versionCount": 0,
"createdBy": {
"id": "string",
"name": "string",
"email": "string"
},
"publishedBy": {
"id": "string",
"name": "string",
"email": "string"
},
"platformSettings": {
"property1": {
"contentType": "string",
"privacyLevel": "string",
"madeForKids": true,
"categoryId": "string",
"allowComment": true,
"allowDuet": true,
"allowStitch": true,
"boardId": "string",
"content": {
"text": "string",
"title": "string",
"hashtags": [
"string"
],
"media": [
{
"url": "string",
"type": "image",
"_id": "string"
}
]
}
},
"property2": {
"contentType": "string",
"privacyLevel": "string",
"madeForKids": true,
"categoryId": "string",
"allowComment": true,
"allowDuet": true,
"allowStitch": true,
"boardId": "string",
"content": {
"text": "string",
"title": "string",
"hashtags": [
"string"
],
"media": [
{
"url": "string",
"type": "image",
"_id": "string"
}
]
}
}
},
"content": {
"title": "string",
"text": "string",
"hashtags": [
"string"
],
"media": [
{
"_id": "string",
"type": "image",
"url": "string",
"mimeType": "string",
"size": 0,
"width": 0,
"height": 0,
"duration": 0,
"thumbnailUrl": "string"
}
],
"coverPhoto": {
"url": "string"
}
},
"createdAt": "2019-08-24T14:15:22.123Z"
}