Get all votes with identifier
Get all votes
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "success",
"statusCode": 200,
"data": {
"docs": [
{
"identifier": "user_12",
"poll_id": "5f9f7b186477891e5bc646a1",
"option_id": "5f9f7b186477891e5bc646a2",
"created_at": "2020-11-02T06:24:24.760Z",
"updated_at": "2020-11-02T06:24:24.760Z",
"id": "5f9fa6186477891e5bc646a5",
"entity": "Vote"
}
],
"totalDocs": 1,
"offset": 0,
"limit": 10,
"totalPages": 1,
"page": 1,
"pagingCounter": 1,
"hasPrevPage": false,
"hasNextPage": false,
"prevPage": null,
"nextPage": null
}
}
Example cURL Request
Last updated