retrieve Report Login
GET {{baseUrl}}/api/report/login?applicationId=<string>&start=<string>&end=<string>&userId=<string>&loginId=<string>
Retrieves the login report between the two instants. If you specify an application id, it will only return the login counts for that application. OR Retrieves the login report between the two instants for a particular user by Id. If you specify an application id, it will only return the login counts for that application. OR Retrieves the login report between the two instants for a particular user by login Id. If you specify an application id, it will only return the login counts for that application.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
applicationId | string | The application id. | |
start | string | The start instant as UTC milliseconds since Epoch. | |
end | string | The end instant as UTC milliseconds since Epoch. | |
userId | string | The userId id. | |
loginId | string | The userId id. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"hourlyCounts":[{"count":"\u003cinteger\u003e","interval":"\u003cinteger\u003e"},{"count":"\u003cinteger\u003e","interval":"\u003cinteger\u003e"}],"total":"\u003clong\u003e"}