POST api/Event/GetEventList
Request Information
URI Parameters
None.
Body Parameters
EventModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemTypeId | integer |
None. |
|
| ItemId | integer |
None. |
|
| AddedBy | string |
None. |
|
| Skip | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemTypeId": 1,
"ItemId": 2,
"AddedBy": "sample string 3",
"Skip": 4
}
application/xml, text/xml
Sample:
<EventModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoDeployment.BLL.ViewModel"> <AddedBy>sample string 3</AddedBy> <ItemId>2</ItemId> <ItemTypeId>1</ItemTypeId> <Skip>4</Skip> </EventModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.