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
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. |
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"}