Query for SDK objects like VRO inventory objects.

Query for SDK objects like VRO inventory objects.

This operation can be used to search for child vRO inventory objects and returns a list of [id:value:label:type:properties] elements.

Request
URI
POST
https:///forms-service/api/externalvalues/children
COPY
Request Body
FormExtValueRequest of type(s) application/json
Optional
{
    "filter": "string",
    "valueType": {
        "dataType": "string",
        "referenceType": "string",
        "isMultiple": "boolean",
        "fields": [
            "ComplexTypeField Object"
        ]
    },
    "valueSource": {
        "id": "string",
        "type": "string",
        "parameters": [
            {}
        ]
    }
}
string
filter
Optional

filter

valueType
Optional

valueType

object
context
Optional

context

valueSource
Optional

valueSource

Responses
200

'Success' with the child values

Returns RestEntity of type(s) */*
{
    "setLocation": "boolean",
    "httpStatus": "string"
}
boolean
setLocation
Optional

setLocation

string
httpStatus
Optional

httpStatus

object
httpHeaders
Optional

httpHeaders

object
body
Optional

body


400

Invalid request - bad data.

Operation doesn't return any data structure

403

Forbidden.

Operation doesn't return any data structure