All REST Endpoints
Attachments
Management of Document Attachments in Capture
- Create an Attachment
- Method: postPath:
/capture/api/v1.1/documents/{docId}/attachments
- Delete an Attachment
- Method: deletePath:
/capture/api/v1.1/documents/{docId}/attachments/{attId}
- Get an Attachment
- Method: getPath:
/capture/api/v1.1/documents/{docId}/attachments/{attId}
- Get the Attachment Content
- Method: getPath:
/capture/api/v1.1/documents/{docId}/attachments/{attId}/content
- List all Document Attachments
- Method: getPath:
/capture/api/v1.1/documents/{docId}/attachments
- Update an Attachment
- Method: putPath:
/capture/api/v1.1/documents/{docId}/attachments/{attId}
Auditing
Query and Analize Batch and Document Processing
- Get a Batch Audit Detail
- Method: getPath:
/capture/api/v1.1/audit/batches/{batchId}
- Get a Document Audit Detail
- Method: getPath:
/capture/api/v1.1/audit/documents/{docId}
- List all Batch Audit Details
- Method: getPath:
/capture/api/v1.1/audit/batches
- List all Document Audit Details
- Method: getPath:
/capture/api/v1.1/audit/documents
Batches
Management of Batches in Capture
- Get a Batch
- Method: getPath:
/capture/api/v1.1/batches/{batchId}
- Get the history of a Batch
- Method: getPath:
/capture/api/v1.1/batches/{batchId}/history
- List all Batches
- Method: getPath:
/capture/api/v1.1/batches
Documents
Management of Documents in Capture
- Delete a Document
- Method: deletePath:
/capture/api/v1.1/documents/{docId}
- Get a Document
- Method: getPath:
/capture/api/v1.1/documents/{docId}
- Get the Document Content
- Method: getPath:
/capture/api/v1.1/documents/{docId}/content
- List all Documents
- Method: getPath:
/capture/api/v1.1/documents
- Update a Document
- Method: putPath:
/capture/api/v1.1/documents/{docId}
Steps
Query and Update Processing Task Queues
- Complete Document Processing in a Task Queue
- Method: putPath:
/capture/api/v1.1/steps/{stepId}/tasks/documents/complete
- Get Documents from a Processing Task Queue
- Method: getPath:
/capture/api/v1.1/steps/{stepId}/tasks/documents
System
System Level Operations
- System and API Information
- Method: getPath:
/capture/api/v1.1/systemInfo