B U S I N E S S A N A L Y S T 10.2 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
Get Business Datasets Endpoint
Lists available Business Datasets.
Availability: Business Analyst Server.
http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetBusinessDatasets/execute
Parameters
ActiveDatasetID (optional) |
ID of the active dataset. Type string. |
IsFullErrorMessage (optional) |
Mode for composing error messages. Type boolean |
f (optional) |
Response format. Type string. Available formats: HTML, JSON, PJSON, 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.
{ "results": [ { "paramName": "StringArrayElement", "dataType": "GPString", "value": "Infogroup" } ], "messages": [ ] }
See Also
• Business Analyst Server REST Reference