Link

Poll

Deprecated

Polls migration has been deprecated, if your system has polls that need to be migrated, please connect with Quintype support for further assistance

Format

{
  "closed-at": 1234567890,
  "last-updated-at": 1234567890,
  "external-id": "1",
  "topic": "the topic or poll question",
  "opinions": [
    {
      "votes": 1,
      "text": "answer text"
    },
    {
      "votes": 1,
      "text": "answer text"
    }
  ],
  "description": "description of the poll",
  "hero-image-url": null,
  "created-at": 1234567890,
  "status": "closed"
}

Schema

Key Type
closed-at Epoch time in milliseconds
last-updated-at Epoch time in milliseconds
external-id String
topic String
opinions Array of Objects
description String
hero-image-url String
created-at Epoch time in milliseconds
status String

opinions

Key Type
votes Number
text String

Notes

[1] All mandatory fields are marked with an *