Data Sources, Get
    Returns a list of the available Data Sources.
URL
    /api/data-sources-get
    Request Method
    POST
    Required Fields
    (none)
    Example Request JSON
    {}Full Request JSON
    {}Success Response
    
        Returned HTTP status indicates success:
        
200/OK
        
Returned JSON contains the Data Sources:
        
    200/OK
Returned JSON contains the Data Sources:
[
  "ESI",
  "ESICAN",
  "DEMO"
]Failure Response
    
        Returned HTTP status indicates failure:
        
400/Request JSON is invalid.
405/Request method must be POST.
500/(Error Message)
        
Returned JSON contains error information for the failed request:
        
    
    
    
    
    400/Request JSON is invalid.
405/Request method must be POST.
500/(Error Message)
Returned JSON contains error information for the failed request:
{
  "MESSAGE": "",
  "MESSAGE_CODE": ""
}