Authorization: Bearer ********************{
"modelGroupId": "192d4dad-ddc8-4a73-8e24-6ca480c18273",
"modelId": "string",
"instanceGuid": "string",
"shapeInstanceId": "string"
}curl --location --request POST '/api/model/property/get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"modelGroupId": "192d4dad-ddc8-4a73-8e24-6ca480c18273",
"modelId": "string",
"instanceGuid": "string",
"shapeInstanceId": "string"
}'{
"guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
"name": "string",
"type": "string",
"properties": [
{
"name": "string",
"value": "string",
"setName": "string",
"setGuid": "1c18f44b-d1f9-477e-8bed-e34701949d70"
}
]
}