GET api/Scope/Config?path={path}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| path | string | 
                             None.  | 
                
Body Parameters
None.
Response Information
Resource Description
Dictionary of integer [key] and Object [value]Response Formats
application/json, text/json
            Sample:
        
{
  "1": {},
  "3": {}
}
        text/csv
            Sample:
    
Sample not available.