# Get activity

`GET /activities/{id}`

Base URL: `https://api.viewcy.com/2025_06`

## Parameters

- `id` (path, string, **required**) (example: `019d209c-297a-76e6-b630-e8e9f8be29a7`)

## Responses

### 200 — Returns the activity

- `object` (string)
- `id` (string)
- `message` (string)
- `activityType` (string)
- `createdAt` (string)
- `updatedAt` (string)
- `actorId` (string)
- `ownerId` (string)
- `targetId` (string)
- `targetType` (string)

### 401 — Returns 401

- `object` (string)
- `status` (integer)
- `message` (string)

### 404 — Returns 404 for non-existent activity

- `object` (string)
- `status` (integer)
- `message` (string)

---
Full OpenAPI spec: https://developer.viewcy.com/openapi/2025_06_viewcy_api.yaml

Interactive docs: https://developer.viewcy.com/api/get-activity
