---
title: "List of sites and apps"
method: POST
path: "/v3/activity-log/sites-and-apps"
tags: ["[v3] Computer Activities"]
---

# List of sites and apps

`POST /v3/activity-log/sites-and-apps`

## Request body

- object
  - `startDate` string, date, required
  - `endDate` string, date, required
  - `userIds` integer[] — If not provided, the details of the user executing the request are returned.

## Response `200`

OK

- object
  - `data` object[]
    - `name` string
    - `time` string — Format according to settings
    - `time_seconds` integer
    - `time_percentage` integer
    - `category` string
    - `productivity` integer
    - `type` string — One of: apps, www, offline
    - `application_id` integer
    - `category_id` integer

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/revisions/9bdc11bd523f/schema)
