GET api/CommandController/ListLoggerCommandRequestLogs?username={username}&password={password}&Identifier={Identifier}&startdate={startdate}&enddate={enddate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
username

string

Required

password

string

Required

Identifier

string

Required

startdate

date

Required

enddate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of date

Response Formats

application/json, text/json

Sample:
[
  "2025-01-07T22:28:55.5587319+11:00",
  "2025-01-07T22:28:55.5587319+11:00"
]

application/xml, text/xml

Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <dateTime>2025-01-07T22:28:55.5587319+11:00</dateTime>
  <dateTime>2025-01-07T22:28:55.5587319+11:00</dateTime>
</ArrayOfdateTime>