LMS Collaborator knowledge base

Home/Technical requirements/API/API - Survey report

API – Survey report

Request example:
curl 'https://your-domain.davintoo.com/api/rest.php/polls/430/results?action=get-report&filter[pollId]=430' -H 'Authorization: Bearer xxxxxx' -H 'Content-Type: application/json;charset=UTF-8'

The request supports filtering by the following fields:

taskId - Task ID
userId - User ID
city - City
department - Department

Example of a request with a search by user ID:
curl 'https://your-domain.davintoo.com/api/rest.php/polls/430/results?action=get-report&filter[pollId]=430&filter[userId]=4180' -H 'Authorization: Bearer xxxxxx' -H 'Content-Type: application/json;charset=UTF-8'


Answer

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

data - results array
pager - pagination object (information about the number of pages, the current page, the number of results)

  • In case of error (HTTP response code - 400) it returns JSON object with error information
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