| Name | Type | Description | Notes |
|---|---|---|---|
| postId | String | [optional] | |
| latePostId | String | Original Late post ID if scheduled via Late | [optional] |
| status | StatusEnum | Overall post status. "partial" when some platforms published and others failed. | [optional] |
| content | String | [optional] | |
| scheduledFor | OffsetDateTime | [optional] | |
| publishedAt | OffsetDateTime | [optional] | |
| analytics | PostAnalytics | [optional] | |
| platformAnalytics | List<PlatformAnalytics> | [optional] | |
| platform | String | [optional] | |
| platformPostUrl | URI | [optional] | |
| isExternal | Boolean | [optional] | |
| syncStatus | SyncStatusEnum | Overall sync state across all platforms | [optional] |
| message | String | Human-readable status message for pending, partial, or failed states | [optional] |
| thumbnailUrl | URI | [optional] | |
| mediaType | MediaTypeEnum | [optional] | |
| mediaItems | List<AnalyticsSinglePostResponseMediaItemsInner> | All media items for this post. Carousel posts contain one entry per slide. | [optional] |
| Name | Value |
|---|---|
| PUBLISHED | "published" |
| FAILED | "failed" |
| PARTIAL | "partial" |
| Name | Value |
|---|---|
| SYNCED | "synced" |
| PENDING | "pending" |
| PARTIAL | "partial" |
| UNAVAILABLE | "unavailable" |
| Name | Value |
|---|---|
| IMAGE | "image" |
| VIDEO | "video" |
| CAROUSEL | "carousel" |
| TEXT | "text" |