GET api/v3/me/VisualReports/AnalyticalReports/logindetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EventUserLoginVM
NameDescriptionTypeAdditional information
UserId

integer

None.

Date

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserId": 1,
    "Date": "2024-09-07T09:35:36.480759Z"
  },
  {
    "UserId": 1,
    "Date": "2024-09-07T09:35:36.480759Z"
  }
]

text/html

Sample:
[{"UserId":1,"Date":"2024-09-07T09:35:36.480759Z"},{"UserId":1,"Date":"2024-09-07T09:35:36.480759Z"}]

text/xml

Sample:
<ArrayOfEventUserLoginVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassAPIWithVersion.Models">
  <EventUserLoginVM>
    <Date>2024-09-07T09:35:36.480759Z</Date>
    <UserId>1</UserId>
  </EventUserLoginVM>
  <EventUserLoginVM>
    <Date>2024-09-07T09:35:36.480759Z</Date>
    <UserId>1</UserId>
  </EventUserLoginVM>
</ArrayOfEventUserLoginVM>