retrieve Daily Active Report With Id

GET {{baseUrl}}/api/report/daily-active-user?applicationId=<string>&start=<string>&end=<string>

Retrieves the daily active user report between the two instants. If you specify an application id, it will only return the daily active 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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;dailyActiveUsers&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;}