---
title: "Activities"
method: GET
path: "/v1/users/{userId}/activities.json"
tags: ["users"]
---

# Activities

`GET /v1/users/{userId}/activities.json`

Returns User Activities.

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `user_id` integer
  - `board_id` integer
  - `list_id` integer
  - `card_id` integer
  - `foreign_id` integer
  - `type` string
  - `comment` string
  - `revisions` string
  - `root` integer
  - `freshness_ts` string
  - `depth` integer
  - `path` string
  - `materialized_path` string
  - `organization_id` integer

## Other responses

- `404` — User not found

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/versions/bfc753befdbe/schema)
