Skip to main content

GetObjectVersionAndPropertiesOfMultipleObjectsResponse

MF_GetObjectVersionAndPropertiesOfMultipleObjects method response structure.

NameDescriptionType
objectsReceives information about the requested objects as JSON array (represented by MF_ObjectVersionEx struct.)ObjectVersionEx[]
propertiesReceives property values as JSON array (represented by MF_PropertyValue struct.PropertyValueArray[]

Example

{
"objects": [] /* Array of ObjectVersionEx */,
"properties": [] /* Array of PropertyValueArray */
}