Returns a list of DynamicProperty Tree by User ID
Returns a list of DynamicProperty Tree by User ID...
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.edara.io/v/stockItems/DynamicPropertiesTree/'
Responses
{
"status_code": 0,
"error_message": "string",
"result": [
{
"dynamic_property_id": 0,
"parent_id": 0,
"description": "string",
"is_visible": true,
"tree_level": 0
}
],
"total_count": 0
}
Modified at 2025-07-09 20:29:50