Guided Tasks REST Endpoints

Guided Tasks
Guided tasks are step-by-step processes that automate changes to information. You can build the guided task process for different types of changes such as a replacement of a component across multiple structures or replacing an approver across multiple change orders.
Create guided tasks
Method: post
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks
Delete one guided task
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}
Get all guided tasks
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks
Get one guided task
Method: get
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}
Update one guided task
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/productManagementGuidedTasks/{guidedTaskId}