LMS Collaborator knowledge base

Home/Technical requirements/API/API - List of surveys

API – List of surveys

Request example:

curl 'https://your-domain.davintoo.com/api/rest.php/polls' -H 'Authorization: Bearer xxxxxx' -H 'Content-Type: application/json;charset=UTF-8'

The request supports filtering by the following fields:

title - Survey title
tags - Survey tags

Example of a request with a search by tag:

curl 'https://your-domain.davintoo.com/api/rest.php/tasks?filter[tags]=sales-manager'


Answer

  • In case of successful request (HTTP response code - 200), the following result will be returned:

data - survey array
pager - pagination object (information about the number of pages, the current page, the number of surveys)
counts - counter object (information about the number of surveys)

  • In case of error (HTTP code response - 400) it returns JSON object with information about the error
Still have questions?
Our technical support team is always happy to help!
Write to us at technical support [email protected]. If you are registered on our Helpdesk - send request button below.
Send request