For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieves all Properties

Get all properties

Get all properties

get

Get all properties

Responses
200

Successful operation.

application/json
idstringRequired
titlestringRequired
valuestringRequired
get/projects/properties
GET /api/v1/projects/properties HTTP/1.1
Accept: */*
[
  {
    "id": "text",
    "title": "text",
    "value": "text"
  }
]

Was this helpful?