---
title: "Get content property for Smart Link in the content tree by id"
method: GET
path: "/embeds/{embed-id}/properties/{property-id}"
tags: ["Content Properties"]
---

# Get content property for Smart Link in the content tree by id

`GET /embeds/{embed-id}/properties/{property-id}`

Retrieves a specific Content Property by ID that is attached to a specified Smart Link in the content tree.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to view the Smart Link in the content tree.

## Path parameters

- `embed-id` integer, required
- `property-id` integer, required

## Response `200`

Returned if the requested content property is successfully retrieved.

- ContentProperty
  - `id` string — ID of the property
  - `key` string — Key of the property
  - `value` unknown
  - `version` Version
    - `createdAt` string, date-time — Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
    - `message` string — Message associated with the current version.
    - `number` integer — The version number.
    - `minorEdit` boolean — Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
    - `authorId` string — The account ID of the user who created this version.

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if the calling user does not have permission to view the specified Smart Link in the content tree, the Smart Link was not found, or the property was not found.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/451377c5a598/schema)
