Canary Speech

GetSurveys

GET - /org/project/:projectId/get-surveys
Required Permissions:
  • scope:api

Description

Get all of a project's surveys

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
projectIdstring
The UUID of the project

Successful Response

A successful response

Field NameTypeDescription
surveys
array<object>
The surveys in the project.

Code Example

Models

surveys.[]

NameTypeDescription
uuidstring
namestring
codestring
dateCreateddate-time
surveyPathstring
summarystring
consentConfigobject

surveys.[].consentConfig

NameTypeDescription
bodystring