- Subcategories:
- Affected Objects
- Attachments
- Large Object (LOB) Attributes - Description
- Large Object (LOB) Attributes - ResolutionDescription
- Relationships
- Security Grantees
- Workflow Approvers
Quality Actions REST Endpoints
Product Lifecycle Management/Quality Actions
The Quality Actions resource manages quality issues that occur. It allows you to take preventative or corrective actions.
- Create one action
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/qualityActions
- Delete one action
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}
- Get all actions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions
- Get one action
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}
- Update one action
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/qualityActions/{ActionId}