properties-query

properties-query
properties-query

Object used to request properties on a collection of resources

JSON Example
{
    "instanced": false,
    "propertyKeys": [
        "string"
    ],
    "resourceIds": [
        "string"
    ]
}
boolean
instanced
Optional

Indicates whether specified property keys of query should be forcibly treated as instanced properties

array of string
propertyKeys
Required

Array of property keys to fetch the latest values for

array of string
resourceIds
Required

Array of resource ids to fetch the properties for