- Subcategories:
 - Scope Configuration Fields
 
Scope Configurations REST Endpoints
            
            Common Setup/Scope Configurations
            
        
        
    The scope configuration resource is used to enable the filtration of the setup data for the Functional Setup Manager export process. The resource shows the details of the filter criteria.
- Create a set of scope configurations for all setup data
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorScopeConfigurations - Delete a scope configuration
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorScopeConfigurations/{ScopeConfigId} - Get a scope configuration
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorScopeConfigurations/{ScopeConfigId} - Get all scope configurations
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorScopeConfigurations - Update a scope configuration
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorScopeConfigurations/{ScopeConfigId}