CAD Operations
CAD - execute a single operation
Runs a single CAD operation by its fully-qualified identifier.
post/api/v1/cad/execute
Request body
Response
Task accepted
Example response
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}Runs a single CAD operation by its fully-qualified identifier.
Task accepted
{
"data": {
"statusUrl": "/api/v1/tasks/{taskId}"
}
}