Agorapulse · Schema

CreateSimpleScheduleOpenResponse

Response after creating a scheduled post

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
groupOfPosts object
View JSON Schema on GitHub

JSON Schema

createsimplescheduleopenresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateSimpleScheduleOpenResponse",
  "required": [
    "groupOfPosts"
  ],
  "type": "object",
  "properties": {
    "groupOfPosts": {
      "$ref": "#/components/schemas/GroupOfPostsSummary"
    }
  },
  "description": "Response after creating a scheduled post"
}