get https://api.seismic.com/livedocs-express/v2/teamsites//batchInstances//variantInstances
Retrieve the set of variants from a previously executed job. The variant set returned is a snapshot of the process variants when the job was executed.
PATH PARAMETERS
| Key | Type | Description |
|---|---|---|
| teamsiteId | string | TeamSite ID |
| batchId | string | Batch Process ID |
| batchInstanceId | string | Job ID |
QUERY PARAMETERS
| Key | Type | Description |
|---|---|---|
| limit | int | Limit the return the specified number of results |
| offset | int | Skip ahead in the return set by the offset value |
| orderBy | string | Order the results by the specified property value |
| countOnly | bool | Return the result count instead of the result array |
| filter | string | Filter the result set to those with matching property values |
| adhoc.filter | string | Filter the result set to those with matching adhoc variables and values |