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
ANAnalyticsRequestName | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
StartDate | date | ||||||||||||
EndDate | date |
Request Formats
{ "startDate": "2024-11-05T05:34:28.5618303Z", "endDate": "2024-11-05T05:34:28.5618303Z" }
<ANAnalyticsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models"> <EndDate>2024-11-05T05:34:28.5618303+00:00</EndDate> <StartDate>2024-11-05T05:34:28.5618303+00:00</StartDate> </ANAnalyticsRequest>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
Sample not available.