Authorization: Bearer ********************{
"modelGroupId": "192d4dad-ddc8-4a73-8e24-6ca480c18273",
"modelId": "string",
"propertyName": "string",
"propertyValue": "string",
"propertyValues": [
"string"
]
}curl --location --request POST '/api/model/property/getListByPropValue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"modelGroupId": "192d4dad-ddc8-4a73-8e24-6ca480c18273",
"modelId": "string",
"propertyName": "string",
"propertyValue": "string",
"propertyValues": [
"string"
]
}'[
{
"shapeInstanceId": "string",
"modelID": 0,
"modelVersionID": 0,
"instanceName": "string",
"instanceID": 0,
"instanceGuid": "20bdbdde-893e-4cd6-a2ca-c8856efc64c6",
"instanceType": "string",
"propertySetID": 0,
"propertySetName": "string",
"propertySetGuid": "d7e63277-cf34-4fb2-9646-3ed31d41472d",
"propertyID": 0,
"propertyName": "string",
"propertyValue": "string"
}
]