Skip to main content

List elections (filtered)

Return a filtered elections list, the available filters have to be sent on the request body. Available are:

{
"organizationId": "hexString",
"electionId": "hexString",
"withResults": false,
"status": "READY",
}

electionId can be partial.

See elections list

Path Parameters
  • page number required

    Page to paginate

Request Body required

Filtered by partial organizationID, partial processID, process status and with results available or not

  • electionId string
  • organizationId string
  • status string
  • withResults boolean
Responses

OK


Schema
  • chainId string
  • electionId string
  • endDate string
  • finalResults boolean
  • fromArchive boolean
  • manuallyEnded boolean
  • organizationId string
  • result array[]
  • startDate string
  • status string
  • voteCount integer
Loading...

Resources

Guides
Soon

Tutorials
Soon

Copyright © 2024 Vocdoni, Inc. All rights reserved.