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": "2024-04-23T18:53:07.8765206Z",
  "endDate": "2024-04-23T18:53:07.8765206Z"
}
<ANAnalyticsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models">
  <EndDate>2024-04-23T18:53:07.8765206+00:00</EndDate>
  <StartDate>2024-04-23T18:53:07.8765206+00:00</StartDate>
</ANAnalyticsRequest>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

Sample not available.