v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Inspections

Add table line

Add a new line to a table in an inspection. Returns a server-generated line_id for the newly created line. Each cell is identified by a field_id corresponding to a table column; use GetTemplateDefinition to obtain column field_ids. Cells not listed are left empty. Returns FAILED_PRECONDITION if the table has reached its maximum line limit.

post/inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines

Path parameters

inspection_idstring required

inspection_id is the unique identifier of the inspection containing the table.

item_idstring required

item_id is the item ID of the table within the inspection.

Request body

metadataobject

metadata identifies the inspection and the table to add the line to.

Response

A successful response.

line_idstring

Server-generated ID for the new line.