Retrieves all Properties

Get all properties

Get all properties

get

Get all properties

Responses
200
Successful operation.
application/json
get
GET /api/v1/projects/properties HTTP/1.1
Host: 
Accept: */*
[
  {
    "id": "text",
    "title": "text",
    "value": "text"
  }
]

Last updated