POST api/EventLogs/admin/VerifyUserLogs
Request Information
URI Parameters
None.
Body Parameters
UserEventDTOName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
Token | string |
String length: inclusive between 0 and 255 |
|
Filter | string |
None. |
|
ClearLogs | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "Token": "sample string 2", "Filter": "sample string 3", "ClearLogs": true }
application/xml, text/xml
Sample:
<UserEventDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MainEventsService.Models"> <ClearLogs>true</ClearLogs> <Filter>sample string 3</Filter> <Token>sample string 2</Token> <UserId>1</UserId> </UserEventDTO>
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.