Documentation for submission processing in Ping Vision
id
field which will be used for the next step.
id
to make an API call to the List Recent Submission Activity API and appending the id
as a query parameter (ie https://vision.pingintel.com/api/v1/submission?id=<id>&fields=all
).
This will return a response of all the necessary information for evaluating its status including workflow_status_name
, jobs
, and automated_processing_failed
keys. Use the automated_processing_failed
to determine if the processing job has failed. Depending on the workflow a successful response might look something like this:
documents
key from the response in step 2.
The documents
key will contain a list of document objects associated with the submission. Use the document objects document_type
attribute to determine which you would like to download. For each document you choose to download
you can make a call to the document objects url
attribute which leverages the Download Submission Document API.