GetAllSubmissionId
Gets information for list of Submission Ids.
GET Utility/GetAllSubmissionId
Response Body
Field | Type | Description |
---|---|---|
StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
StatusName | string | Name of the status code. |
StatusMessage | string | Detailed status message. |
SubmissionIds | guid[] | Has all the submission Id's related to the user id |
Errors | object[] | Shows detailed error information. |
  Code | string | Returns the validation error code. |
  Name | string | Name of the validation error. |
  Message | string | Description of the validation error. |
  Type | string | Type 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}