Workflows API: Forms

Retrieves one specific form

get
Authorizations
BearerstringRequired
Path parameters
surveyFormstring · uuidRequired
formstringRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/workflows/forms/{form}
404

Not Found

Checks for the existence of one specific form

head
Authorizations
BearerstringRequired
Path parameters
surveyFormstring · uuidRequired
formstringRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/workflows/forms/{form}

No content

Collects the list of forms that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
SurveyFormClosedSincestring · date-time · nullableOptional
SurveyFormClosedBeforestring · date-time · nullableOptional
SurveyFormLockedSincestring · date-time · nullableOptional
SurveyFormLockedBeforestring · date-time · nullableOptional
SurveyFormOpenedSincestring · date-time · nullableOptional
SurveyFormOpenedBeforestring · date-time · nullableOptional
Responses
post
/api/workflows/forms/collect
200

OK

Counts the forms that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
SurveyFormClosedSincestring · date-time · nullableOptional
SurveyFormClosedBeforestring · date-time · nullableOptional
SurveyFormLockedSincestring · date-time · nullableOptional
SurveyFormLockedBeforestring · date-time · nullableOptional
SurveyFormOpenedSincestring · date-time · nullableOptional
SurveyFormOpenedBeforestring · date-time · nullableOptional
Responses
post
/api/workflows/forms/count
200

OK

Downloads the list of forms that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
SurveyFormClosedSincestring · date-time · nullableOptional
SurveyFormClosedBeforestring · date-time · nullableOptional
SurveyFormLockedSincestring · date-time · nullableOptional
SurveyFormLockedBeforestring · date-time · nullableOptional
SurveyFormOpenedSincestring · date-time · nullableOptional
SurveyFormOpenedBeforestring · date-time · nullableOptional
Responses
post
/api/workflows/forms/download
200

OK

No content

Searches for the list of forms that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
SurveyFormClosedSincestring · date-time · nullableOptional
SurveyFormClosedBeforestring · date-time · nullableOptional
SurveyFormLockedSincestring · date-time · nullableOptional
SurveyFormLockedBeforestring · date-time · nullableOptional
SurveyFormOpenedSincestring · date-time · nullableOptional
SurveyFormOpenedBeforestring · date-time · nullableOptional
Responses
post
/api/workflows/forms/search
200

OK

Last updated

Was this helpful?