Appearance
Workflows
Workflows are how most checks are initiated.
We have big plans for workflows in the future including them being customizable and event driven. But for now the only workflow available is one that runs all checks on the case.
Execute workflow
Executes a workflow on the desired case.
Endpoint | api/workflows/execute |
---|---|
Method | POST |
Content type | application/json |
Request
The only thing required in the request is the case id.
json
{
"caseId":"123"
}