Retrieves all questionnaires

Request

GET https://api.snapaddy.com/visitreport/v1/backend/questionnaires/all

Query parameters

Parameter name Value Description Additional
limit integer

Limit parameter

page integer

Page parameter

finalizedOnly boolean

Only select finalized questionnaires

order string

A comma-separated string of sorting column and sorting order

filter string

Filter by the state of a questionnaire

Possible values are:

  • archived
  • finalized
  • drafts
search string

Search for this substring in the questionnaire's default title

Authorisation

This request requires the use of one of following authorisation methods: API key .

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

Success

Questionnaire

Explore this API

limit

Limit parameter

page

Page parameter

finalizedOnly

Only select finalized questionnaires

order

A comma-separated string of sorting column and sorting order

filter

Filter by the state of a questionnaire

search

Search for this substring in the questionnaire's default title

Response Content-Type

Choose an authorisation method:

API key API key to be used for request
Try it out!