---
title: "Query All Custom Item Types"
method: GET
path: "/custom_item_types"
tags: ["Custom Item Types"]
---

# Query All Custom Item Types

`GET /custom_item_types`

Returns all custom item types that belong to the whole account.

<b>Scopes:</b> Default, wsReadOnly, wsReadWrite

## Query parameters

- `title` string — Filter search results by title
- `limit` number — Result entries limit
- `withDeleted` boolean — Include deleted custom item types in the result
- `type` 'Project' | 'Task'

## Response `2XX`

success response

- object
  - `data` CustomItemType[]
    - `spaceId` string
    - `relatedType` 'Project' | 'Task'
    - `customFieldIds` CustomFieldId[] — Custom fields that are available
    - `isDeleted` boolean — Custom item type is deleted
    - `archivedOn` string — Archived date<br>Format: yyyy-MM-dd'T'HH:mm:ss'Z'
    - `icon` WorkTypeIcon
      - `symbol` string, required — Icon symbol
      - `version` string — Icon version
    - `description` string — Custom item type description
    - `id` string
    - `title` string — Work type Title
    - `dataUsageStatistics` DataUsageStatistics
      - `spaceDataPoints` object, required — Map<String, Datapoint> - Space data points
      - `accountDataPoints` Datapoint
        - `lastUsedOn` string — Last used on<br>Format: yyyy-MM-dd'T'HH:mm:ss'Z'
        - `timesUsedThisMonth` number, required — Number of times used this month
        - `timesUsedTotal` number, required — Total number of times used
        - `lastUsedBy` string
    - `archivedBy` string
  - `kind` 'accounts' | 'users' | 'contacts' | 'assets' | 'eDiscoveryReport' | 'folders' | 'folderTree' | 'tasks' | 'taskIds' | 'timelogs' | 'timelogCategories' | 'timelogLockPeriods' | 'timetrackerTimers' | 'comments' | 'attachments' | 'url' | 'version' | 'dataExport' | 'dataExportSchema' | 'auditLog' | 'accessRoles' | 'stream' | 'changes' | 'posts' | 'mailSettings' | 'integrationInfo' | 'gmailIntegrationSettings' | 'workTypesForIntegrations' | 'ids' | 'backups' | 'domains' | 'dependencies' | 'workflows' | 'workschedules' | 'workscheduleExclusions' | 'workscheduleUserExclusions' | 'customfields' | 'customfieldIds' | 'customstatuses' | 'invitations' | 'notifications' | 'jobroles' | 'placeholders' | 'groups' | 'session' | 'dashboards' | 'widgets' | 'taskCreationSettings' | 'colors' | 'experiments' | 'topics' | 'topicComments' | 'webhooks' | 'reviews' | 'boards' | 'textSearch' | 'chatChannels' | 'chatMessages' | 'forms' | 'requestForms' | 'request' | 'report' | 'platformWidgets' | 'platformWidgetInstances' | 'spaces' | 'pdf' | 'customerSatisfaction' | 'asyncJob' | 'approvals' | 'highlights' | 'highlightsList' | 'highlightsSettings' | 'highlightsCard' | 'timesheet' | 'timesheetRow' | 'timesheetSubmissionRule' | 'mobileFeatures' | 'mobileSettings' | 'folderBlueprintTree' | 'taskBlueprintTree' | 'feedback' | 'timeline_snapshot' | 'contactIds' | 'bookings' | 'integrateThreshold' | 'hourlyRatesProvision' | 'hourlyRates' | 'projectTeamMembers' | 'contactsHistory' | 'tasksHistory' | 'foldersHistory' | 'activityDigest' | 'workItemTemplates' | 'workTemplates' | 'workItemMetadata' | 'workItem' | 'customItemTypes' | 'verificationCode' | 'views' | 'listView' | 'tableView' | 'userTypes' | 'reactions' | 'externalRequesters' | 'workscheduleCapacityOverrides' | 'userCapacityOverrides' | 'userCapacityExclusions' | 'rollups' | 'requestFormPrefill' | 'userAggregatedCapacity' | 'cascadingFieldSettings'

## Other responses

- `4XX` — client-side error response
- `5XX` — server-side error response

---

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