artists element

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

Artists

Example XML

<?xml version="1.0" encoding="UTF-8"?> <artists> <artist> <id>...</id> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> <name>...</name> <company> <label>...</label> <creationDate>...</creationDate> <UUID>...</UUID> <deleted>...</deleted> <id>...</id> <modificationDate>...</modificationDate> <version>...</version> </company> <artistType> <label>...</label> <creationDate>...</creationDate> <UUID>...</UUID> <deleted>...</deleted> <id>...</id> <modificationDate>...</modificationDate> <version>...</version> </artistType> <artistType> <!--...--> </artistType> <!--...more "artistType" elements...--> <artistStyle> <label>...</label> <creationDate>...</creationDate> <UUID>...</UUID> <deleted>...</deleted> <id>...</id> <modificationDate>...</modificationDate> <version>...</version> </artistStyle> <artistStyle> <!--...--> </artistStyle> <!--...more "artistStyle" elements...--> <description>...</description> <picture>...</picture> <pictureCredit>...</pictureCredit> <thumbnail>...</thumbnail> <thumbnailW300px>...</thumbnailW300px> <thumbnailW600px>...</thumbnailW600px> <website>...</website> <facebookFanPage>...</facebookFanPage> <googlePlusFanPage>...</googlePlusFanPage> <twitterID>...</twitterID> <mySpacePage>...</mySpacePage> <youTubeChannel>...</youTubeChannel> <dailyMotionChannel>...</dailyMotionChannel> <soundCloudChannel>...</soundCloudChannel> <whyd>...</whyd> </artist> <artist> <!--...--> </artist> <!--...more "artist" elements...--> </artists>

Example JSON

{ "artist" : [ { "id" : ..., "version" : ..., "creationDate" : ..., "modificationDate" : ..., "name" : "...", "company" : { "label" : "...", "creationDate" : ..., "UUID" : "...", "deleted" : false, "id" : ..., "modificationDate" : ..., "version" : ... }, "artistType" : [ { "label" : "...", "creationDate" : ..., "UUID" : "...", "deleted" : false, "id" : ..., "modificationDate" : ..., "version" : ... }, ... ], "artistStyle" : [ { "label" : "...", "creationDate" : ..., "UUID" : "...", "deleted" : false, "id" : ..., "modificationDate" : ..., "version" : ... }, ... ], "description" : "...", "picture" : "...", "pictureCredit" : "...", "thumbnail" : "...", "thumbnailW300px" : "...", "thumbnailW600px" : "...", "website" : "...", "facebookFanPage" : "...", "googlePlusFanPage" : "...", "twitterID" : "...", "mySpacePage" : "...", "youTubeChannel" : "...", "dailyMotionChannel" : "...", "soundCloudChannel" : "...", "whyd" : "..." }, ... ] }