Admin
API för att hantera adresser och anmälningar i Anslutamotorn
FormatXML AuthLogin OriginAnslutamotorn ConsumerStadsnät
object_list
Request
GET /admin/edit/connect/plain/api
Attributes
- mandatory
Data format: integer
Example: XXXX
API User ID with privileges - optional
Data format: string
Example: json
What format should the response be in, valid values are 'xml' and 'json'
Example request
GET /admin/edit/connect/plain/api?method=object_list&api_user=XXXX
Response success: 200
HTTP/1.1 200
Content-Type: application/xml<connect> <response> <object> <id>8918</id> <name>Västerås City</name> <type>residential area</type> </object> <object> <id>8919</id> <name>Barkarö Södra</name> <type>residential area</type> </object> </response> <status>success</status> </connect>