DEV Community · Example Payload

Getsurveypollvotes Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Getsurveypollvotes Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getSurveyPollVotes",
  "method": "GET",
  "path": "/api/surveys/{id_or_slug}/poll_votes",
  "status": "200",
  "response": [
    {
      "type_of": "poll_vote",
      "id": 28,
      "poll_id": 54,
      "poll_option_id": 190,
      "user_id": 4252,
      "session_start": 0,
      "user_email": "person204@example.com",
      "created_at": "2026-05-28T18:45:29Z"
    }
  ]
}