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-11T08:28:50.2007608Z",
  "endDate": "2024-04-11T08:28:50.2007608Z"
}
<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-11T08:28:50.2007608+00:00</EndDate>
  <StartDate>2024-04-11T08:28:50.2007608+00:00</StartDate>
</ANAnalyticsRequest>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

Sample not available.