get /custompropertydefinition
Stability index
LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Query parameters
- filter (optional)
- orderby (optional)
- privileges (optional)
Return type
array[CustomPropertyDefinitionCondensed]
Example data
Content-Type: application/json
[ {
"privileges" : [ "privileges", "privileges" ],
"valueType" : "valueType",
"name" : "name",
"choiceValues" : [ "choiceValues", "choiceValues" ],
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
"privileges" : [ "privileges", "privileges" ],
"valueType" : "valueType",
"name" : "name",
"choiceValues" : [ "choiceValues", "choiceValues" ],
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]
Responses
- 200
- OK