Inspection Group Lines REST Endpoints
Inspections/Inspection Group Lines
The inspection group lines resource is used to view, create, delete, or modify an inspection group line. An inspection group line identifies the individual inspections associated with a permit.
- Create an inspection group line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroupLines - Delete an inspection group line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroupLines/{publicSectorInspectionGroupLinesUniqID} - Get all inspection group lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroupLines - Get an inspection group line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroupLines/{publicSectorInspectionGroupLinesUniqID} - Update an inspection group line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorInspectionGroupLines/{publicSectorInspectionGroupLinesUniqID}