eventGroupResponse element
Type: | eventGroupResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Detailed event group response
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<eventGroupResponse>
<eventGroup>
<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...-->
<startDate>...</startDate>
<endDate>...</endDate>
<title>...</title>
<description>...</description>
<pictureCredit>...</pictureCredit>
<website>...</website>
<facebookFanPage>...</facebookFanPage>
<googlePlusFanPage>...</googlePlusFanPage>
<twitterID>...</twitterID>
<mySpacePage>...</mySpacePage>
<youTubeChannel>...</youTubeChannel>
<dailyMotionChannel>...</dailyMotionChannel>
<soundCloudChannel>...</soundCloudChannel>
<whyd>...</whyd>
<sceneLocale>...</sceneLocale>
<pictureURL>...</pictureURL>
<thumbnailURL>...</thumbnailURL>
<thumbnail_w300pxURL>...</thumbnail_w300pxURL>
<thumbnail_w600pxURL>...</thumbnail_w600pxURL>
</eventGroup>
</eventGroupResponse>
Example JSON
{
"eventGroup" : {
"link" : [ {
"href" : "...",
"method" : "GET",
"rel" : "self"
}, ... ],
"startDate" : "...",
"endDate" : "...",
"title" : "...",
"description" : "...",
"pictureCredit" : "...",
"website" : "...",
"facebookFanPage" : "...",
"googlePlusFanPage" : "...",
"twitterID" : "...",
"mySpacePage" : "...",
"youTubeChannel" : "...",
"dailyMotionChannel" : "...",
"soundCloudChannel" : "...",
"whyd" : "...",
"sceneLocale" : "...",
"pictureURL" : "...",
"thumbnailURL" : "...",
"thumbnail_w300pxURL" : "...",
"thumbnail_w600pxURL" : "...",
"sowprogId" : {
"id" : "...",
"UUID" : "...",
"version" : ...,
"creationDate" : ...,
"modificationDate" : ...
}
}
}