GET
/
api
/
v1
/
votes
{
  "hydra:member": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "title": "<string>",
      "owner": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "fullName": "<string>"
      },
      "unit": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "name": "<string>"
      },
      "dateStart": "2023-11-07T05:31:56Z",
      "dateEnd": "2023-11-07T05:31:56Z",
      "isPoll": true,
      "isVoteEligible": true,
      "hasVoted": true,
      "hasAvailableResults": "<any>",
      "participationPercentage": "<any>",
      "isFuture": "<any>",
      "status": "<string>",
      "isOpen": "<any>",
      "results": [
        "<string>"
      ],
      "voteOptions": [
        {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "title": "<string>",
          "total": 123
        }
      ],
      "hasPreliminaryResults": true,
      "isGeneral": true,
      "isLocked": true,
      "isEditable": true,
      "totalVoted": 123,
      "totalEligible": 123,
      "event": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "uuid": "<string>",
        "name": "<string>",
        "isOnline": true,
        "settings": {
          "tenantLogo": true,
          "showTitle": true,
          "colorSelection": null,
          "colorButton": null,
          "disableSubscribe": false,
          "disableRegister": true,
          "lightThemeOnly": false,
          "isThankYouSingular": false,
          "fieldName": true,
          "fieldEmail": true,
          "fieldPhone": false,
          "fieldOrganisation": false,
          "fieldRole": false,
          "fieldTown": false,
          "fieldLinkedin": false,
          "fieldX": false,
          "fieldInstagram": false
        }
      },
      "isDraft": true,
      "timezone": "<string>"
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Query Parameters

page
integer
default:1

The collection page number

pagination
boolean

Enable or disable pagination

isGeneral
boolean
isGeneral[]
boolean[]
event
string
event[]
string[]

Response

200
application/ld+json

Vote collection

The response is of type object.