POST api/admin/users/v1/userLogs

Request Information

URI Parameters

None.

Body Parameters

UserRange
NameDescriptionTypeAdditional information
user_id

integer

None.

start

date

None.

end

date

None.

date_filter

boolean

None.

page

integer

None.

load

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "user_id": 1,
  "start": "2025-12-06T04:28:54.1576304+00:00",
  "end": "2025-12-06T04:28:54.1576304+00:00",
  "date_filter": true,
  "page": 5,
  "load": 6
}

application/xml, text/xml

Sample:
<UserRange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Controllers">
  <date_filter>true</date_filter>
  <end>2025-12-06T04:28:54.1576304+00:00</end>
  <load>6</load>
  <page>5</page>
  <start>2025-12-06T04:28:54.1576304+00:00</start>
  <user_id>1</user_id>
</UserRange>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.