Workflows API: Submissions

Retrieves one specific submission

get
Authorizations
BearerstringRequired
Path parameters
responseSessionstring · uuidRequired
submissionstringRequired
Responses
chevron-right
404

Not Found

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

Not Found

Checks for the existence of one specific submission

head
Authorizations
BearerstringRequired
Path parameters
responseSessionstring · uuidRequired
submissionstringRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
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
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
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
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
post
/api/workflows/submissions/search
200

OK

Last updated

Was this helpful?