Agorapulse · Schema

MessagesSearchResponse

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
items array
offset string
View JSON Schema on GitHub

JSON Schema

messagessearchresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MessagesSearchResponse",
  "required": [
    "items",
    "offset"
  ],
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ItemDTO"
      }
    },
    "offset": {
      "type": "string"
    }
  }
}