

ArcGIS Documentation for REST: https://developers.arcgis.com/documentation/core-concepts/rest-api/

Developer Labs Documentation: https://developers.arcgis.com/labs/browse/?product=REST-API&topic=any


Import and publish the EndPoints

- endpoint_config.esri.getConfig.xml 
	* You will need to add your username, password and URLs for your ESRI server
	* A Developer Labs login account is optional

- endpoints_integration.esri.xml
	* Contains integration EndPoints for ArcGIS and Developer Labs
	* Run this endpoint to ensure your system is returning a token "integration.esri.arcGis.generateToken"
	* This is the main EndPoint for performing a search "integration.esri.arcGis.corporateAddressGazetteer"
	* A number of predefined searches have been created, which search the above, for custom searches
	* Feature Service and columns names will change between installations so please enter your details for each search
	* All searches are fundamentally based on the ESRI Feature Service Query.  You can use this first to build the query you want, then port it to Goss 

Import and publish the Form
	* A sample form has been created to showcase an AJAX postcode lookup "form_ESRICAG.xml"



For my installation, the Feature Service name is "CAG_Res_SchoolCatchment" and the available fiels are:

OBJECTID: 1234
UFRM_BLPU_POINT_UPRN: 000131017224
UFRM_BLPU_POINT_ADDRESS: 17 Carlibar Road Barrhead East Renfrewshire G78 1AA 
UFRM_BLPU_POINT_MAP_X: 249989
UFRM_BLPU_POINT_MAP_Y: 659365
PR_BLPU_LOGICAL_STATUS: 1
PR_BLPU_BLPU_STATE: 2
PR_BLPU_WARD_CODE: S13002914
PR_BLPU_PARENTUPRN: null
PR_CLASS_DESCRIPTION: Residential, Dwellings, Detached House
PR_LPI_LOGICAL_STATUS: 1
PR_LPI_PAO_START_NO: 17
PR_LPI_PAO_START_SFX: null
PR_LPI_PAO_END_NO: null
PR_LPI_PAO_END_SFX: null
PR_LPI_PAO_DESC: null
PR_LPI_SAO_START_NO: null
PR_LPI_SAO_START_SFX: null
PR_LPI_SAO_END_NO: null
PR_LPI_SAO_END_SFX: null
PR_LPI_SAO_DESC: null
PR_LPI_POSTCODE: G78 1AA
PR_ST_DESC_STREET_NAME: Carlibar Road
PR_ST_DESC_TOWN_NAME: Barrhead
PR_ST_DESC_COUNTY_NAME: East Renfrewshire
SubBuildNo: null
BuildNo: 17
PCODEIN: G781AA
Primary_School_Denom: St Johns Primary School
Primary_School_NonDenom: Carlibar Primary School
Secondary_School_Denom: St Lukes High School
Secondary_School_NonDenom: Barrhead High School
EarlyLearningYears: Barrhead Neilston Uplawmoor

