Get multiple instances in batch
POST/smartform/sequence/:sequenceId/instances
Retrieve details for multiple sequence instances in a single request.
Path parameter: sequenceId - The ID of the sequence these instances belong to
Body parameter: instanceIds - Array of instance IDs (from /start response) to retrieve
Use case: Dashboards or reports that need to show data from many instances at once.
Limits: Maximum 100 instances per request.
Each instance includes all form answers, contributor information, delegation status, and progress.
Request
Responses
- 200
- 400
- 404
Batch instance details
Invalid request
Sequence not found