eventGroup element

Type: eventGroupElement
Namespace: (default namespace)
XML Schema: ns0.xsd

Event group

Example XML

<?xml version="1.0" encoding="UTF-8"?> <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>

Example JSON

{ "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" : ... } }