Widgets REST Endpoints

Widgets
The widgets resource is used to add, update, or delete widgets created for application forms built in the designer utility. A widget can be a reusable element, a grid, a template, and so on. The widgets resource is intended to be used primarily by internal development teams within Oracle.
Create a widget
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWidgets
Delete a widget
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWidgets/{publicSectorWidgetsUniqID}
Get a widget
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWidgets/{publicSectorWidgetsUniqID}
Get all widgets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWidgets
Update a widget
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorWidgets/{publicSectorWidgetsUniqID}