FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   10.5   R E S T   B U S I N E S S   S E A R C H   U T I L I T Y

Export Businesses Endpoint

Lists available Business Datasets.

 

Availability: Business Analyst Server.

 

URL Example

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

Parameters

Parameter

Description

provider (required)

ID of the active dataset. Type string.

numberRecords (required)

Mode for composing error messages. Type boolean

f (optional)

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

Default: HTML.

Returns

Array of string containing the list of projects available in the given workspace

Example Usage

The example below requests the list all of the Business Datasets in the Custom Business Data folder on Business Analyst Server.

 

Request

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

 

Response

{
 "results": [
  {
   "paramName": "StringArrayElement",
   "dataType": "GPString",
   "value": "Infogroup"
  }
 ],
 "messages": [
  
 ]
}

 

 

See Also

Business Analyst Server REST Reference