GET
/
insights
/
templates
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/insights/templates \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "interval_reports": [
    {
      "active_users": 14,
      "end_time": "2023-11-07T05:31:56Z",
      "interval": "<any>",
      "start_time": "2023-11-07T05:31:56Z",
      "template_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ]
    }
  ],
  "report": {
    "active_users": 22,
    "apps_usage": [
      {
        "display_name": "Visual Studio Code",
        "icon": "<string>",
        "seconds": 80500,
        "slug": "vscode",
        "template_ids": [
          "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        ],
        "times_used": 2,
        "type": "<any>"
      }
    ],
    "end_time": "2023-11-07T05:31:56Z",
    "parameters_usage": [
      {
        "description": "<string>",
        "display_name": "<string>",
        "name": "<string>",
        "options": [
          {
            "description": "<string>",
            "icon": "<string>",
            "name": "<string>",
            "value": "<string>"
          }
        ],
        "template_ids": [
          "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        ],
        "type": "<string>",
        "values": [
          {
            "count": 123,
            "value": "<string>"
          }
        ]
      }
    ],
    "start_time": "2023-11-07T05:31:56Z",
    "template_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ]
  }
}

Authorizations

Wirtual-Session-Token
string
header
required

Query Parameters

start_time
string
required

Start time

end_time
string
required

End time

interval
enum<string>
required

Interval

Available options:
week,
day
template_ids
string[]

Template IDs

Response

200 - application/json
OK
interval_reports
object[]
report
object