FRAMES | NO FRAMES

 

B U S I N E S S   A N A L Y S T   S E R V E R    R E S T   10.2   S A M P L E    D A T A

Esri Business Analyst Server REST Reference Guide Project Data

Some of the REST methods used in the Business Analyst Server REST Reference Guide require data.

 

To perform this task, follow these steps:

1. Download the project used by the REST Reference Guide, San Francisco Tutorial Project.

2. Open San Francisco Tutorial Project.zip.

3. Copy the “San Francisco Tutorial Project” folder to your Business Analyst Server Repository’s Default Workspace. The default path for this C:\BAServerRepository\Default Workspace on your Business Analyst Server Machine.

 

To confirm that the data has been made available, you can run the following request:

 

http://localhost:6080/arcgis/rest/services/DefaultMap/MapServer/exts/BAServer/GetProjects/execute?WorkspaceName=Default%20Workspace&f=PJSON

 

You should get the following response:

 

{
 "results": [
  {
   "paramName": "Projects",
   "dataType": "GPString",
   "value": "Default Project"
  },
  {
   "paramName": "Projects",
   "dataType": "GPString",
   "value": "San Francisco Tutorial Project"
  }
 ],
 "messages": [
  
]
}