createAtcRun
Starts an ATC run for a single object using a worklist ID from atcCheckVariant, with an optional result limit.
Instructions
Starts an ATC run over one object. The first parameter has to be a WORKLIST ID, not a check variant name, whatever it is called here: the backend answers 500 for a variant name. Get the id from atcCheckVariant, or use atcCheck which does the whole sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mainUrl | Yes | The main URL for the ATC run. | |
| variant | Yes | Worklist id, as atcCheckVariant returns it - NOT the check variant name. | |
| maxResults | No | The maximum number of results to retrieve. |