v1

latestOpenAPI 3.1.0Any Source Available License 1.02026-07-1736102200.0 KB
Properties

Get property

Fetches detailed information about one specific property by its ID. This includes the property’s unique identifier, name and format. This detailed view assists clients in showing property options to users and in guiding the user interface (such as displaying appropriate input fields or selection options).

get/v1/spaces/{space_id}/properties/{property_id}

Path parameters

space_idstring required

The ID of the space to which the property belongs; must be retrieved from ListSpaces endpoint

property_idstring required

The ID of the property to retrieve; must be retrieved from ListProperties endpoint or obtained from response context

Headers

Anytype-Versionstring required

The version of the API to use

Response

The requested property

Example response

{
  "property": {
    "id": "bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a",
    "key": "last_modified_date",
    "name": "Last modified date",
    "object": "property"
  }
}