Skip to main content
GET
/
common
/
apps
/
{id}
/
analytics
/
usage
Error
A valid request URL is required to generate request examples
{
  "datasets": [
    {
      "data": [
        123
      ],
      "label": "<string>",
      "yAxisID": "<string>"
    }
  ],
  "labels": [
    "<string>"
  ]
}

Path Parameters

id
string
required

App ID

Query Parameters

start_date
string
required

Start date (YYYY-MM-DD)

end_date
string
required

End date (YYYY-MM-DD)

Response

OK

datasets
object[]
labels
string[]