GetObjectVersionAndPropertiesOfMultipleObjectsResponse
MF_GetObjectVersionAndPropertiesOfMultipleObjects method response structure.
| Name | Description | Type | 
|---|---|---|
| objects | Receives information about the requested objects as JSON array (represented by MF_ObjectVersionEx struct.) | ObjectVersionEx[] | 
| properties | Receives property values as JSON array (represented by MF_PropertyValue struct. | PropertyValueArray[] | 
Example
{
  "objects": [] /* Array of ObjectVersionEx */,
  "properties": [] /* Array of PropertyValueArray */
}