channelResponse element
Type: | channelResponse |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Channel response
Example XML
<?xml version="1.0" encoding="UTF-8"?> <channelResponse> <channel> <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> </channel> </channelResponse>
Example JSON
{ "channel" : { "link" : [ { "href" : "...", "method" : "GET", "rel" : "self" }, ... ], "name" : "...", "sowprogId" : { "id" : "...", "UUID" : "...", "version" : ..., "creationDate" : ..., "modificationDate" : ... } } }