Qualtrics · Schema

EventSubscriptionsResponse

Experience ManagementSurveysCustomer ExperienceEmployee ExperienceMarket ResearchXMREST API

Properties

Name Type Description
result object
meta object
View JSON Schema on GitHub

JSON Schema

eventsubscriptionsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.qualtrics.com/schemas/EventSubscriptionsResponse.json",
  "title": "EventSubscriptionsResponse",
  "type": "object",
  "properties": {
    "result": {
      "type": "object",
      "properties": {
        "result": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "meta": {
          "type": "object",
          "properties": {
            "httpStatus": {
              "type": "string"
            }
          }
        }
      }
    },
    "meta": {
      "type": "object",
      "properties": {
        "requestId": {
          "type": "string"
        },
        "httpStatus": {
          "type": "string"
        }
      }
    }
  }
}