Retrieves all Properties
Get all properties
Get all properties
Responses
200
Successful operation.
application/json
idstringRequired
titlestringRequired
valuestringRequired
500
Internal server error.
application/json
get/projects/properties
GET /api/v1/projects/properties HTTP/1.1
Accept: */*
[
{
"id": "text",
"title": "text",
"value": "text"
}
]Was this helpful?