GET api/Cvent
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CventSessionHeaderName | Description | Type | Additional information |
---|---|---|---|
CventSessionValue | string |
None. |
|
AnyAttr | Collection of Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "cventSessionValueField": "sample string 1", "anyAttrField": null, "PropertyChanged": null }
application/xml, text/xml
Sample:
<CventSessionHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTfulAPI.cventService"> <PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" /> <anyAttrField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <cventSessionValueField>sample string 1</cventSessionValueField> </CventSessionHeader>