Last updated 6 months ago
Get all properties
Successful operation.
const response = await fetch('/api/v1/projects/properties', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "id": "text", "title": "text", "value": "text" } ]