POST v2/apps/{appId}/tenants/{tenantId}/gettracking
Gets the analytics of the app.
Request Information
URI Parameters
| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| appId | integer |
Additional Info :
Required |
|||||||||||
| tenantId | integer |
Additional Info :
Required |
|||||||||||
Body Parameters
ANAnalyticsRequest| Name | Type | Description | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| StartDate | date | ||||||||||||
| EndDate | date | ||||||||||||
Request Formats
{
"startDate": "2025-11-01T03:51:22.4898077Z",
"endDate": "2025-11-01T03:51:22.4898077Z"
}
<ANAnalyticsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models"> <EndDate>2025-11-01T03:51:22.4898077+00:00</EndDate> <StartDate>2025-11-01T03:51:22.4898077+00:00</StartDate> </ANAnalyticsRequest>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
Sample not available.