For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workflows API: Submissions

Retrieves one specific submission

get
Authorizations
BearerstringRequired
Path parameters
responseSessionstring · uuidRequired
submissionstringRequired
Responses
200

OK

GroupIdstring · uuid · nullableOptional
LastAnsweredQuestionIdstring · uuid · nullableOptional
LastChangeUserstring · uuidOptional
PeriodIdstring · uuid · nullableOptional
RespondentUserIdstring · uuidOptional
ResponseSessionIdstring · uuidOptional
SurveyFormIdstring · uuidOptional
ResponseIsLockedbooleanOptional
LastChangeTypestring · nullableOptional
RespondentLanguagestring · nullableOptional
ResponseSessionStatusstring · nullableOptional
LastChangeTimestring · date-timeOptional
ResponseSessionCompletedstring · date-time · nullableOptional
ResponseSessionCreatedstring · date-time · nullableOptional
ResponseSessionStartedstring · date-time · nullableOptional
get/api/workflows/submissions/{submission}

Checks for the existence of one specific submission

head
Authorizations
BearerstringRequired
Path parameters
responseSessionstring · uuidRequired
submissionstringRequired
Responses
200

OK

No content

head/api/workflows/submissions/{submission}

No content

Collects the list of submissions that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
ResponseSessionCompletedSincestring · date-time · nullableOptional
ResponseSessionCompletedBeforestring · date-time · nullableOptional
ResponseSessionCreatedSincestring · date-time · nullableOptional
ResponseSessionCreatedBeforestring · date-time · nullableOptional
ResponseSessionStartedSincestring · date-time · nullableOptional
ResponseSessionStartedBeforestring · date-time · nullableOptional
Responses
200

OK

GroupIdstring · uuid · nullableOptional
LastAnsweredQuestionIdstring · uuid · nullableOptional
LastChangeUserstring · uuidOptional
PeriodIdstring · uuid · nullableOptional
RespondentUserIdstring · uuidOptional
ResponseSessionIdstring · uuidOptional
SurveyFormIdstring · uuidOptional
ResponseIsLockedbooleanOptional
LastChangeTypestring · nullableOptional
RespondentLanguagestring · nullableOptional
ResponseSessionStatusstring · nullableOptional
LastChangeTimestring · date-timeOptional
ResponseSessionCompletedstring · date-time · nullableOptional
ResponseSessionCreatedstring · date-time · nullableOptional
ResponseSessionStartedstring · date-time · nullableOptional
post/api/workflows/submissions/collect
200

OK

Counts the submissions that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
ResponseSessionCompletedSincestring · date-time · nullableOptional
ResponseSessionCompletedBeforestring · date-time · nullableOptional
ResponseSessionCreatedSincestring · date-time · nullableOptional
ResponseSessionCreatedBeforestring · date-time · nullableOptional
ResponseSessionStartedSincestring · date-time · nullableOptional
ResponseSessionStartedBeforestring · date-time · nullableOptional
Responses
200

OK

Countinteger · int32Optional
Summarystring · nullableOptional
post/api/workflows/submissions/count
200

OK

Downloads the list of submissions that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
ResponseSessionCompletedSincestring · date-time · nullableOptional
ResponseSessionCompletedBeforestring · date-time · nullableOptional
ResponseSessionCreatedSincestring · date-time · nullableOptional
ResponseSessionCreatedBeforestring · date-time · nullableOptional
ResponseSessionStartedSincestring · date-time · nullableOptional
ResponseSessionStartedBeforestring · date-time · nullableOptional
Responses
200

OK

No content

post/api/workflows/submissions/download
200

OK

No content

Searches for the list of submissions that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
ResponseSessionCompletedSincestring · date-time · nullableOptional
ResponseSessionCompletedBeforestring · date-time · nullableOptional
ResponseSessionCreatedSincestring · date-time · nullableOptional
ResponseSessionCreatedBeforestring · date-time · nullableOptional
ResponseSessionStartedSincestring · date-time · nullableOptional
ResponseSessionStartedBeforestring · date-time · nullableOptional
Responses
200

OK

ResponseSessionIdstring · uuidOptional
post/api/workflows/submissions/search
200

OK

Last updated

Was this helpful?