GET api/Events
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| EventTitle | string |
None. |
|
| EventDetail | string |
None. |
|
| PerformedBy | string |
None. |
|
| EventDate | string |
None. |
|
| EventTime | string |
None. |
|
| CreatedDate | string |
None. |
|
| ManchaName | string |
None. |
|
| URL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EventId": 1,
"EventTitle": "sample string 2",
"EventDetail": "sample string 3",
"PerformedBy": "sample string 4",
"EventDate": "sample string 5",
"EventTime": "sample string 6",
"CreatedDate": "sample string 7",
"ManchaName": "sample string 8",
"URL": "sample string 9"
},
{
"EventId": 1,
"EventTitle": "sample string 2",
"EventDetail": "sample string 3",
"PerformedBy": "sample string 4",
"EventDate": "sample string 5",
"EventTime": "sample string 6",
"CreatedDate": "sample string 7",
"ManchaName": "sample string 8",
"URL": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfEventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.Models">
<EventModel>
<CreatedDate>sample string 7</CreatedDate>
<EventDate>sample string 5</EventDate>
<EventDetail>sample string 3</EventDetail>
<EventId>1</EventId>
<EventTime>sample string 6</EventTime>
<EventTitle>sample string 2</EventTitle>
<ManchaName>sample string 8</ManchaName>
<PerformedBy>sample string 4</PerformedBy>
<URL>sample string 9</URL>
</EventModel>
<EventModel>
<CreatedDate>sample string 7</CreatedDate>
<EventDate>sample string 5</EventDate>
<EventDetail>sample string 3</EventDetail>
<EventId>1</EventId>
<EventTime>sample string 6</EventTime>
<EventTitle>sample string 2</EventTitle>
<ManchaName>sample string 8</ManchaName>
<PerformedBy>sample string 4</PerformedBy>
<URL>sample string 9</URL>
</EventModel>
</ArrayOfEventModel>