Skip to main content
PATCH
Surveys
Rate limit: 10 requests/second Note: The GET method returns a list of objects, POST and PATCH accept and return a single object
Query String Parameters (GET)
Survey Object Definition

Authorizations

Authorization
string
header
required

JWT access token sent directly in the Authorization header (no Bearer prefix). Accepted tokens: (1) Cognito JWT from POST /tokens, or (2) WorkOS AuthKit access token issued for your Research Desk organization. POST /tokens still issues Cognito tokens only.

Body

application/json

Update survey fields. Supply any fields you wish to update.

id
string
name
string
status
string
completes_wanted
integer
length_of_interview
integer

Response

200 - application/json

Surveys

survey
object