Dashboard Configurations REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations
Delete a dashboard configuration
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations/{publicSectorAnalyticsConfigurationsUniqID}
Get a dashboard configuration
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations/{publicSectorAnalyticsConfigurationsUniqID}
Get all dashboard configurations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations
Update a dashboard configuration
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAnalyticsConfigurations/{publicSectorAnalyticsConfigurationsUniqID}