Redwood Settings REST Endpoints
Product Lifecycle Management/Redwood Settings
A grouping of setting switches for objects that configure the behavior of pages for the object. For example, the item index includes setting switches for displaying item search results in a grid and disabling autocomplete in Redwood search.
- Create one setting
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings
- Delete one setting
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings/{Id}
- Get all settings
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings
- Get one setting
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings/{Id}
- Update one setting
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/productManagementRedwoodSettings/{Id}