Skip to main content
Version: 1.7.3

GetAllSubmissionId

Gets information for list of Submission Ids.

GET Utility/GetAllSubmissionId 
Run in Postman

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code.
StatusMessagestringDetailed status message.
SubmissionIdsguid[]Has all the submission Id's related to the user id
Errorsobject[]Shows detailed error information.
    CodestringReturns the validation error code.
    NamestringName of the validation error.
    MessagestringDescription of the validation error.
    TypestringType of validation error.

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionIds": [
"4debe44f-93bf-40f9-b3d2-504a621c3038",
"37405655-7851-446a-a88e-a718abccbd74"
],
"Errors": null
}