Get Consumption Properties Details
GET /v1/consumption/properties/details
List all consumption properties with full details (name, label_name, icon, color, data_type, metadata). Supports the same query-helper behaviour as other routes (e.g. filter, sort via SearchMiddleware/SortMiddleware).
Query Parameters
~filter- Parameter for ~filter~sort- Parameter for ~sort
Request Example
GET /v1/consumption/properties/details
Response Example
[
{
"name": "protected_data",
"label_name": "Protected data",
"icon": "dns",
"color": "#5FBB50",
"data_type": "byte",
"metadata": { "type": ["customer", "provider", "producer"] }
}
]