POST v1/LocalUsersLogs

User roles allowed to make this request: DomainAdministrator LocalDomainManager DemoUser

Permissions required to make this request: UserLog.Read

Sends a request to prepare the logs download file

Request Information

URI Parameters

None.

Body Parameters

Local User logs date range

LocalUsersLogsRequestModel
NameDescriptionTypeAdditional information
From

date

None.

To

date

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "2024-05-20T15:43:56.0272477+00:00",
  "To": "2024-05-20T15:43:56.0272477+00:00"
}

application/xml, text/xml

Sample:
<LocalUsersLogsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NipoSoftware.Nfield.Manager.Api.Models.LocalUsersLogs">
  <From>2024-05-20T15:43:56.0272477+00:00</From>
  <To>2024-05-20T15:43:56.0272477+00:00</To>
</LocalUsersLogsRequestModel>

application/x-www-form-urlencoded

Sample:
From=DateTime&To=DateTime

multipart/form-data

Sample:

Sample not available.

Response Information

Resource Description

Background Activity Id

Response Message

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.