Skip to content

Support

support_survey_get

Get one survey by id, with its whole question set.

Tool

support_survey_get

Get one survey by id, with its whole question set.

Get one survey by id, with its whole question set. A survey belonging to another product is reported as not found. Through the public edge only a PUBLISHED survey is readable — a draft or an archived one is reported as not found there

Behavior

HTTP
GET /support/surveys/:id

Arguments

NameTypeRequiredDescription
idstringSurvey id

Response

FieldTypeAlwaysDescription
idstringSurvey id
namestringWhat this survey is called
statusstringdraft: editable, not answerable. published: answerable, frozen. archived: terminal, neither editable nor answerable, and there is no way back
createdAtstringISO-8601 creation timestamp
questionsarrayThe ordered question set, exactly as stored
updatedAtstringISO-8601 last-modification timestamp

Try it

Get one survey by id, with its whole question set.

When to use

Get one survey by id, with its whole question set. A survey belonging to another product is reported as not found. Through the public edge only a PUBLISHED survey is readable — a draft or an archived one is reported as not found there

Example

Ask your agent something like this:

Get one survey by id, with its whole question set.

The agent will invoke support_survey_get with these arguments:

{
  "id": "<id>"
}

Esc

Start typing to search the docs.

navigateselect