RetrievePropertiesExRequestType

RetrievePropertiesExRequestType
RetrievePropertiesExRequestType

The parameters of RetrievePropertiesEx.

JSON Example
{
    "specSet": [
        {
            "_typeName": "string",
            "propSet": [
                {
                    "_typeName": "string",
                    "type": "string",
                    "all": false,
                    "pathSet": [
                        "string"
                    ]
                }
            ],
            "objectSet": [
                {
                    "_typeName": "string",
                    "obj": {
                        "type": "string",
                        "value": "string"
                    },
                    "skip": false,
                    "selectSet": [
                        {
                            "_typeName": "string",
                            "name": "string"
                        }
                    ]
                }
            ],
            "reportMissingObjectsInResults": false
        }
    ],
    "options": {
        "maxObjects": 0
    }
}
specSet
Required

Specifies the properties to retrieve.

options
Required

Options for RetrievePropertiesEx.