POST api/Reports/GetUserLog
Documentation for 'GetUserLog'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserId": 1, "LogDate": "2025-04-03T22:58:00.6718053-04:00" }
application/xml, text/xml
Sample:
<UserLogReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common"> <LogDate>2025-04-03T22:58:00.6718053-04:00</LogDate> <UserId>1</UserId> </UserLogReport>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[ { "SrNo": 1, "VIN": "sample string 2", "Date": "sample string 3", "DateTime": "2025-04-03T22:58:00.6718053-04:00", "TimeTaken": "sample string 5", "PhotoCount": 6, "PhotoFlag": "sample string 7", "BoothAppUserId": 8 }, { "SrNo": 1, "VIN": "sample string 2", "Date": "sample string 3", "DateTime": "2025-04-03T22:58:00.6718053-04:00", "TimeTaken": "sample string 5", "PhotoCount": 6, "PhotoFlag": "sample string 7", "BoothAppUserId": 8 }, { "SrNo": 1, "VIN": "sample string 2", "Date": "sample string 3", "DateTime": "2025-04-03T22:58:00.6718053-04:00", "TimeTaken": "sample string 5", "PhotoCount": 6, "PhotoFlag": "sample string 7", "BoothAppUserId": 8 } ]
application/xml, text/xml
Sample:
<ArrayOfBoothAppUserLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BoothApp.Common"> <BoothAppUserLog> <BoothAppUserId>8</BoothAppUserId> <Date>sample string 3</Date> <DateTime>2025-04-03T22:58:00.6718053-04:00</DateTime> <PhotoCount>6</PhotoCount> <PhotoFlag>sample string 7</PhotoFlag> <SrNo>1</SrNo> <TimeTaken>sample string 5</TimeTaken> <VIN>sample string 2</VIN> </BoothAppUserLog> <BoothAppUserLog> <BoothAppUserId>8</BoothAppUserId> <Date>sample string 3</Date> <DateTime>2025-04-03T22:58:00.6718053-04:00</DateTime> <PhotoCount>6</PhotoCount> <PhotoFlag>sample string 7</PhotoFlag> <SrNo>1</SrNo> <TimeTaken>sample string 5</TimeTaken> <VIN>sample string 2</VIN> </BoothAppUserLog> <BoothAppUserLog> <BoothAppUserId>8</BoothAppUserId> <Date>sample string 3</Date> <DateTime>2025-04-03T22:58:00.6718053-04:00</DateTime> <PhotoCount>6</PhotoCount> <PhotoFlag>sample string 7</PhotoFlag> <SrNo>1</SrNo> <TimeTaken>sample string 5</TimeTaken> <VIN>sample string 2</VIN> </BoothAppUserLog> </ArrayOfBoothAppUserLog>