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
  • 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 Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : IngestionStatus
Type: object
Ingestion Status of the document(s).
Show Source
  • Intake Number of the document.
  • 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
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal server error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top