POST api/Reports/GetUserLog

Documentation for 'GetUserLog'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "LogDate": "2024-10-05T02:20:53.5843718-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>2024-10-05T02:20:53.5843718-04:00</LogDate>
  <UserId>1</UserId>
</UserLogReport>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'UserLogReport'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "SrNo": 1,
    "VIN": "sample string 2",
    "Date": "sample string 3",
    "DateTime": "2024-10-05T02:20:53.5843718-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": "2024-10-05T02:20:53.5843718-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": "2024-10-05T02:20:53.5843718-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>2024-10-05T02:20:53.5843718-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>2024-10-05T02:20:53.5843718-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>2024-10-05T02:20:53.5843718-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>