---
title: "Get activity types"
method: GET
path: "/activitytypes"
tags: ["Activities"]
---

# Get activity types

`GET /activitytypes`

## Response `200`

OK

- ActivityTypeResponse — A full response object for an activity type-related endpoint.
  - `meta` Meta — Information about the Nutshell instance making the request
    - `instanceId` string — The Nutshell instance ID
    - `siteId` string — Site ID for WebFX customers
  - `activityTypes` ActivityType[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` unknown
    - `modifiedTime` integer
    - `isBenchmarkable` boolean

---

[API](https://skmtc.dev/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.dev/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/revisions/14f59cf6a09a/schema)
