Get polls by identifer
The custom identifier which is used in poll creation can also be used to retrieve the polls.
Get polls by identifier
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "success",
"statusCode": 200,
"data": {
"docs": [],
"totalDocs": 0,
"offset": 0,
"limit": 25,
"totalPages": 1,
"page": 1,
"pagingCounter": 1,
"hasPrevPage": false,
"hasNextPage": false,
"prevPage": null,
"nextPage": null
}
}
Example cURL Request
Last updated