GET
/
landscapes
/
{landscapeId}
/
versions
/
{versionId}
/
tags
/
{tagId}
curl --request GET \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/versions/{versionId}/tags/{tagId} \
  --header 'Authorization: <authorization>'
{
  "tag": {
    "color": "blue",
    "commit": 123,
    "groupId": "<string>",
    "index": 123,
    "labels": {},
    "name": "<string>",
    "handleId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "user",
    "createdById": "<string>",
    "deletedAt": "2023-11-07T05:31:56Z",
    "deletedBy": "user",
    "deletedById": "<string>",
    "id": "<string>",
    "landscapeId": "<string>",
    "modelConnectionIds": [
      "<string>"
    ],
    "modelObjectIds": [
      "<string>"
    ],
    "updatedAt": "2023-11-07T05:31:56Z",
    "updatedBy": "user",
    "updatedById": "<string>",
    "version": 123,
    "versionId": "<string>"
  }
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required
versionId
string
required
tagId
string
required

Response

200
application/json
OK
tag
object
required