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