Dashboard Configurations REST Endpoints
Shared Services/Dashboard Configurations
The dashboard configurations resource is used to view, create, and modify the configuration for dashboards. Users can add new dashboards and modify the details of existing dashboards.
- Create a dashboard configuration
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations - Delete a dashboard configuration
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations/{publicSectorAnalyticsConfigurationsUniqID} - Get a dashboard configuration
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations/{publicSectorAnalyticsConfigurationsUniqID} - Get all dashboard configurations
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations - Update a dashboard configuration
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations/{publicSectorAnalyticsConfigurationsUniqID}