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

KeyDatatypeRequiredDescription
applicationIdstringThe application id.
startstringThe start instant as UTC milliseconds since Epoch.
endstringThe end instant as UTC milliseconds since Epoch.
userIdstringThe userId id.
loginIdstringThe userId id.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;hourlyCounts&quot;:[{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;interval&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;interval&quot;:&quot;\u003cinteger\u003e&quot;}],&quot;total&quot;:&quot;\u003clong\u003e&quot;}