---
title: "GET /objectschema/{id}/objecttypes"
method: GET
path: "/objectschema/{id}/objecttypes"
---

# GET /objectschema/{id}/objecttypes

`GET /objectschema/{id}/objecttypes`

Find all object types for this object schema

## Response `200`

- ObjectType[]
  - `workspaceId` string, required
  - `globalId` string, required
  - `id` string, required
  - `name` string, required
  - `description` string
  - `icon` Icon, required — A visual representation of something, usually associated as the icon of an object type
    - `id` string, required
    - `name` string, required
    - `url16` string, required — A url to the icon to display with small resolution
    - `url48` string, required — A url to the icon to display with large resolution
  - `position` integer, required
  - `created` string, date-time, required
  - `updated` string, date-time, required
  - `objectCount` integer, required
  - `parentObjectTypeId` integer — The id of the parent object type
  - `type` integer — The type of the attribute
  - `objectSchemaId` string, required
  - `inherited` boolean, required — Describes if this object type is configured for inheritance i.e. it's children inherits the attributes of this object type
  - `abstractObjectType` boolean, required
  - `parentObjectTypeInherited` boolean, required — Describes if this object types parent is inherited i.e. this object type has attributes that are inherited from one or more parents

## Other responses

- `401` — Client must be authenticated to access this resource.
- `404` — Representation of the target resource do not exist
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.dev/atlassian/apis/rest.md) · [All operations](https://skmtc.dev/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/rest/revisions/07137e668210/schema)
