General Task and Checklist Settings REST Endpoints
General Task and Checklist Settings
General settings allow users to create, view, and modify task settings that are applicable across all tasks and checklists.
- Create a task and checklist setting
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedTaskSettings
- Get a task and checklist setting
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedTaskSettings/{SettingId}
- Get all task and checklist settings
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedTaskSettings
- Update a task and checklist setting
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedTaskSettings/{SettingId}