Navigation:  Introduction to WebOffice map widget > Supported Parameters > Query Parameters >

returnkey

Previous pageReturn to chapter overviewNext page

The parameter returnkey specifies the field to be returned in the response in order to be able to programmatically identify the resulting object. It is possible to use more return keys separated by semicolon ';'.

 

Note: It's necessary to use the technical field name (not the alias name specified in the ArcMap document or in the geodatabase). See ‘keyname’ for details. This key is implicitly used by WebOffice map widget and does not need to be passed by the 3rd party application.

 

Sample synservice request:

http://webdemo.mysynergis.com/WebOffice10R3/synservice?project=bregenz&width=600&height=400&user=weboffice&password=abc&activetools=NAVIGATION%20IDENTIFY&query=bus&keyvalue=2_Weidach-Achsiedlung&keyname=LINIE&view=Verkehrdynamisch&returnkey=LINIE

 

Sample synservice response

{"MAP":{"url":"http://webdemo.mysynergis.com/WebOffice10R3/output/Version_10_R3_20120524_124037_795_cd.jpg","x":-45877.8155,"y":262123.8185,"scale":22242.828585121413,"width":600,"height":400,"upp":5.8850935000000035},"FEATURES":{"keyname":["LINIE"],"COORDS":[{"x":457,"y":93,"keyvalue":["2_Weidach-Achsiedlung"]}]},"response_id":"fdcaeb52-ca7a-4ac6-9053-7ab649ebd508"}