Track the status of ingested document
get
/s1-intake-svc/rest/v1.0/integration/status
Retrieves the current status of the ingested document. Used by the Safety One Intake integration.
Request
Query Parameters
-
intakeNums(required): string
Provide the Intake ID of the record you want to track. To track the status of multiple records simultaneously, provide their Intake IDs separated by commas.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
array
-
Array of:
object IngestionStatus
Ingestion Status of the document(s).
Nested Schema : IngestionStatus
Type:
object
Ingestion Status of the document(s).
Show Source
-
intakeNum: string
Intake Number of the document.
-
Status of the document: string
Allowed Values:
[ "01 - Processing", "02 ??? Invalid - <Reason for Invalid>", "03 - Case Created & Case #<case_number>", "04 - Case merged & Case#<case_number>", "05 - Invalid Intake ID" ]
401 Response
Unauthorized user
Root Schema : ErrorResponseData
Type:
object
Response object for error
Show Source
-
details: object
details
Error Details
-
errorCode: string
Error CodeExample:
Exception
-
errorMessage: string
Error MessageExample:
Please see the server log for details
Nested Schema : details
Type:
object
Error Details
500 Response
Internal server error
Root Schema : ErrorResponseData
Type:
object
Response object for error
Show Source
-
details: object
details
Error Details
-
errorCode: string
Error CodeExample:
Exception
-
errorMessage: string
Error MessageExample:
Please see the server log for details
Nested Schema : details
Type:
object
Error Details