locationResponse element
Type: | locationResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Detailed location response
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<locationResponse>
<location>
<sowprogId>
<id>...</id>
<UUID>...</UUID>
<version>...</version>
<creationDate>...</creationDate>
<modificationDate>...</modificationDate>
</sowprogId>
<link>
<href>...</href>
<method>...</method>
<rel>...</rel>
</link>
<link>
<!--...-->
</link>
<!--...more "link" elements...-->
<name>...</name>
<capacity>...</capacity>
<access>...</access>
<contact>
<email>...</email>
<addressLine1>...</addressLine1>
<addressLine2>...</addressLine2>
<zipCode>...</zipCode>
<city>...</city>
<department>...</department>
<state>...</state>
<country>...</country>
<phone1>...</phone1>
<phone2>...</phone2>
<latitude>...</latitude>
<longitude>...</longitude>
</contact>
<website>...</website>
<facebookFanPage>...</facebookFanPage>
<googlePlusFanPage>...</googlePlusFanPage>
<twitterID>...</twitterID>
<mySpacePage>...</mySpacePage>
<youTubeChannel>...</youTubeChannel>
<dailyMotionChannel>...</dailyMotionChannel>
<soundCloudChannel>...</soundCloudChannel>
<whyd>...</whyd>
<sceneLocale>...</sceneLocale>
<description>...</description>
<pictureURL>...</pictureURL>
<thumbnailURL>...</thumbnailURL>
<thumbnail_w300pxURL>...</thumbnail_w300pxURL>
<thumbnail_w600pxURL>...</thumbnail_w600pxURL>
</location>
</locationResponse>
Example JSON
{
"location" : {
"link" : [ {
"href" : "...",
"method" : "GET",
"rel" : "self"
}, ... ],
"name" : "...",
"capacity" : ...,
"access" : "...",
"contact" : {
"email" : "...",
"addressLine1" : "...",
"addressLine2" : "...",
"zipCode" : "...",
"city" : "...",
"department" : "...",
"state" : "...",
"country" : "...",
"phone1" : "...",
"phone2" : "...",
"latitude" : "...",
"longitude" : "..."
},
"website" : "...",
"facebookFanPage" : "...",
"googlePlusFanPage" : "...",
"twitterID" : "...",
"mySpacePage" : "...",
"youTubeChannel" : "...",
"dailyMotionChannel" : "...",
"soundCloudChannel" : "...",
"whyd" : "...",
"sceneLocale" : "...",
"description" : "...",
"pictureURL" : "...",
"thumbnailURL" : "...",
"thumbnail_w300pxURL" : "...",
"thumbnail_w600pxURL" : "...",
"sowprogId" : {
"id" : "...",
"UUID" : "...",
"version" : ...,
"creationDate" : ...,
"modificationDate" : ...
}
}
}