Inspection Checklist Group Lines REST Endpoints
Permits/Inspection Checklist Group Lines
The inspection checklist group line resource is used to view, create, delete or modify an inspection checklist group line. A checklist group line identifies the individual checklists associated with a checklist group.
- Create a checklist group line
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroupLines - Delete a checklist group line
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroupLines/{publicSectorChecklistGroupLinesUniqID} - Get a checklist group line
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroupLines/{publicSectorChecklistGroupLinesUniqID} - Get all checklist group lines
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroupLines - Update a checklist group line
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorChecklistGroupLines/{publicSectorChecklistGroupLinesUniqID}