Update many QC inspection sets
Apply one set of changes to every QC inspection set matching your filter.
The filter must be in the query string. A filter in the body is ignored, and a request with no filter is rejected with 400 so you cannot update the whole table by accident.
Authorizations
Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.
Query Parameters
Full-text search across the resource's search columns. Append :col1,col2 to limit which columns are searched.
AND/OR filter expression, for example type eq 'phase' and isArchived eq false. Simple equality can also be passed as plain field parameters.
Body
Every field is optional. Only the fields you send are changed.
QC template version the set was filled from.
Root order the set belongs to. Set to null if that order is ever deleted.
Deliverable the set was inspected against. Set to null if that node is ever deleted.
Station the set was inspected at. Set to null if that station is ever deleted.
Project the set belongs to. Set to null if that project is ever deleted.
Phase name captured when the set was created.
People asked to fill the form. Defaults to empty.
Person id.
People who can approve the result. Defaults to empty.
Person id.
Category captured on the set.
Subcategory captured on the set.
true when the set was detached by a rework.
How the set came to exist. null on sets created before this field existed.
deliverable.reworked, deliverable.put_on_hold, deliverable.due_date_changed, deliverable.manual, deliverable.qc_step Response
The updated QC inspection sets.