GET api/Events/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of foreventslide_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Eventid | integer |
None. |
|
| EventName | string |
None. |
|
| Agenda | string |
None. |
|
| EDescription | string |
None. |
|
| ELongDescription | string |
None. |
|
| EImage | string |
None. |
|
| Speakerid | integer |
None. |
|
| eventdate | string |
None. |
|
| Mebershiptype | integer |
None. |
|
| Eventtype | string |
None. |
|
| eventtime | string |
None. |
|
| OgImage | string |
None. |
|
| takeaways | string |
None. |
|
| Eventmeetinglink | string |
None. |
|
| ShortName | string |
None. |
|
| ShortDate | string |
None. |
|
| Courseid | integer |
None. |
|
| UrlName | string |
None. |
|
| OgDescription | string |
None. |
|
| Hostid | integer |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Eventid": 1,
"EventName": "sample string 2",
"Agenda": "sample string 3",
"EDescription": "sample string 4",
"ELongDescription": "sample string 5",
"EImage": "sample string 6",
"Speakerid": 1,
"eventdate": "sample string 7",
"Mebershiptype": 1,
"Eventtype": "sample string 8",
"eventtime": "sample string 9",
"OgImage": "sample string 10",
"takeaways": "sample string 11",
"Eventmeetinglink": "sample string 12",
"ShortName": "sample string 13",
"ShortDate": "sample string 14",
"Courseid": 1,
"UrlName": "sample string 15",
"OgDescription": "sample string 16",
"Hostid": 1,
"Status": "sample string 17"
},
{
"Eventid": 1,
"EventName": "sample string 2",
"Agenda": "sample string 3",
"EDescription": "sample string 4",
"ELongDescription": "sample string 5",
"EImage": "sample string 6",
"Speakerid": 1,
"eventdate": "sample string 7",
"Mebershiptype": 1,
"Eventtype": "sample string 8",
"eventtime": "sample string 9",
"OgImage": "sample string 10",
"takeaways": "sample string 11",
"Eventmeetinglink": "sample string 12",
"ShortName": "sample string 13",
"ShortDate": "sample string 14",
"Courseid": 1,
"UrlName": "sample string 15",
"OgDescription": "sample string 16",
"Hostid": 1,
"Status": "sample string 17"
}
]
application/xml, text/xml
Sample:
<ArrayOfforeventslide_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechcanvassWebApi">
<foreventslide_Result>
<Agenda>sample string 3</Agenda>
<Courseid>1</Courseid>
<EDescription>sample string 4</EDescription>
<EImage>sample string 6</EImage>
<ELongDescription>sample string 5</ELongDescription>
<EventName>sample string 2</EventName>
<Eventid>1</Eventid>
<Eventmeetinglink>sample string 12</Eventmeetinglink>
<Eventtype>sample string 8</Eventtype>
<Hostid>1</Hostid>
<Mebershiptype>1</Mebershiptype>
<OgDescription>sample string 16</OgDescription>
<OgImage>sample string 10</OgImage>
<ShortDate>sample string 14</ShortDate>
<ShortName>sample string 13</ShortName>
<Speakerid>1</Speakerid>
<Status>sample string 17</Status>
<UrlName>sample string 15</UrlName>
<eventdate>sample string 7</eventdate>
<eventtime>sample string 9</eventtime>
<takeaways>sample string 11</takeaways>
</foreventslide_Result>
<foreventslide_Result>
<Agenda>sample string 3</Agenda>
<Courseid>1</Courseid>
<EDescription>sample string 4</EDescription>
<EImage>sample string 6</EImage>
<ELongDescription>sample string 5</ELongDescription>
<EventName>sample string 2</EventName>
<Eventid>1</Eventid>
<Eventmeetinglink>sample string 12</Eventmeetinglink>
<Eventtype>sample string 8</Eventtype>
<Hostid>1</Hostid>
<Mebershiptype>1</Mebershiptype>
<OgDescription>sample string 16</OgDescription>
<OgImage>sample string 10</OgImage>
<ShortDate>sample string 14</ShortDate>
<ShortName>sample string 13</ShortName>
<Speakerid>1</Speakerid>
<Status>sample string 17</Status>
<UrlName>sample string 15</UrlName>
<eventdate>sample string 7</eventdate>
<eventtime>sample string 9</eventtime>
<takeaways>sample string 11</takeaways>
</foreventslide_Result>
</ArrayOfforeventslide_Result>