retrieve Registration Report With Id

GET {{baseUrl}}/api/report/registration?applicationId=<string>&start=<string>&end=<string>

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