Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ActivTrak Reports API

Live Data API - query activity reports (Working Hours, Activity Log).

ActivTrak Reports API is one of 4 APIs that ActivTrak publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reports. The published artifact set on APIs.io includes an OpenAPI specification, a changelog, API documentation, and an API reference.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.1.0, at version v2.

Requests are made against 5 base URLs: https://api.activtrak.com, https://api-eu.activtrak.com, https://api-uk.activtrak.com, https://api-ca.activtrak.com, https://api-au.activtrak.com.

3 operations 3 paths 0 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v2
Base URL
https://api.activtrak.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

ActivTrak Reports API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Public API key sent in the x-api-key header. Some endpoints also accept Authorization: Bearer {apiKey}. Keys are created in the ActivTrak app under API & Integ…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Reports 3

Live Data API - query activity reports (Working Hours, Activity Log).

GET
/reports/v2/activitylog
This API call returns a list of Activity Log objects
getActivityLog 9 params → 200400500
GET
/reports/v2/workinghours/computers
This API call returns a list of Working Hour Activity objects along with a total (used for pagination). This data will b
getWorkingHoursForComputers 6 params → 200400500
GET
/reports/v2/workinghours/users
This API call returns a list of Working Hour Activity objects along with a total (used for pagination). This data is fro
getWorkingHoursForUsers 6 params → 200400500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

activtrak-reports-api-openapi.yml Raw ↑

Other APIs ActivTrak publishes across the network.

ActivTrak Administration API
ActivTrak Administration - SCIM API
ActivTrak Bulk Import API