---
title: "Get"
method: GET
path: "/landscapes/{landscapeId}/versions/{versionId}/model/objects/{modelObjectId}"
tags: ["Model Objects"]
---

# Get

`GET /landscapes/{landscapeId}/versions/{versionId}/model/objects/{modelObjectId}`

## Path parameters

- `landscapeId` string, required
- `versionId` string, required
- `modelObjectId` string, required

## Query parameters

- `expand` ModelObjectExpandKey[]

## Response `200`

OK

- object
  - `modelObject` ModelObjectExpanded, required
    - `caption` string — Short summary of the object shown as the display description
    - `commit` number, required
    - `description` string
    - `external` boolean, required
    - `groupIds` string[], required — IDs of the groups this model object belongs to
    - `icon` ModelObjectIconNullable, required
      - `catalogTechnologyId` string, required
      - `name` string, required
      - `url` string — Use either urlDark or urlLight
      - `urlDark` string — Icon that only works on dark backgrounds
      - `urlLight` string — Icon that only works on light backgrounds
    - `labels` object, required — Generic key value store used for creating custom integrations
    - `links` object, required
    - `name` string, required
    - `parentId` string, nullable, required — Parent model object ID, null for the root level model object
    - `status` 'deprecated' | 'future' | 'live' | 'removed', required
    - `tagIds` string[], required — Tag IDs assigned to this model
    - `teamIds` string[], required — Team IDs that own this model object, does not propergate up or down
    - `teamOnlyEditing` boolean, required — Model object (+child diagram, diagram groups and flows) can only be edited by owners and admins
    - `technologyIds` string[], required — Technology IDs assigned to this model
    - `type` 'actor' | 'app' | 'component' | 'group' | 'root' | 'store' | 'system', required
    - `domainId` string, required
    - `handleId` string, required
    - `childDiagramIds` string[], required — Child diagram IDs
    - `childIds` string[], required — Child model object IDs, only one level down
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `deletedAt` string, date-time
    - `deletedBy` 'user' | 'api-key' | 'notification-key' | 'service'
    - `deletedById` string
    - `diagrams` object, required
    - `flows` object, required
    - `id` string, required
    - `landscapeId` string, required
    - `latestEntityId` string
    - `linked` boolean, required
    - `parentIds` string[], required — Parent model object IDs for the whole hierarchy, ending with the root model object
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required
    - `version` number, required
    - `versionId` string, required
    - `domain` DomainExport
      - `id` string, required
      - `name` string, required
    - `flowsExpanded` object — Expanded flow exports keyed by flow ID.
    - `tags` object
    - `technologies` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Resource Exhausted
- `500` — Internal Server

---

[API](https://skmtc.net/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.net/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/icepanel/icepanel-api/revisions/e9ab2ff0f435/schema)
