FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   10.1   R E S T   L O O K U P   U T I L I T Y

Get Datasets Info Endpoint

Lists parameter information about Business Datasets.

 

Availability: Business Analyst Server.

 

URL Example

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetDatasetsInfo/execute

Parameters

Parameter

Description

IsFullErrorMessage (optional)

Mode for composing error messages. Type boolean

Default: false.

f (optional)

Response format. Type string. Available formats: HTML, JSON, PJSON, XML.

Default: HTML.

Returns

Array of string containing the list of dataset information for all available datasets on Business Analyst Server.

Example Usage

The example below requests the list all of the Business Datasets and associated information.

 

Request

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetDatasetsInfo/execute?f=json

 

Response

{
 "results": [
  {
   "paramName": "DatasetsInfos",
   "dataType": "BAIDNamePairs",
   "value": [
    {
     "ID": "USA_ESRI_2011",
     "Name": "USA (ESRI)"
    }
   ]
  }
 ],
 "messages": [
  
 ]

 

 

See Also

Business Analyst Server REST Reference