Post
idstring<uuid>
contentstring
mediaundefined[]nullable
scheduled_forstring<date-time>nullable
timezonestring
Example:
UTCstatusstring
Possible values: [draft, scheduled, published]
destinations object[]
Array [
idstring<uuid>
platformstring
statusstring
account_namestringnullable
account_idintegernullable
published_atstring<date-time>nullable
platform_post_idstringnullable
errorstringnullable
attemptsinteger
]
created_atstring<date-time>
updated_atstring<date-time>
Post
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"content": "string",
"media": [
null
],
"scheduled_for": "2024-07-29T15:51:28.071Z",
"timezone": "UTC",
"status": "draft",
"destinations": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"platform": "string",
"status": "string",
"account_name": "string",
"account_id": 0,
"published_at": "2024-07-29T15:51:28.071Z",
"platform_post_id": "string",
"error": "string",
"attempts": 0
}
],
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}