Get External Value

Get External Value

Get a list of external values.

Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/forms/designer/external-value/sources
COPY
Request Body
FormExtValueSourceSearchRequest of type(s) application/json
Required
{
    "filter": "string",
    "externalSource": "string",
    "valueType": {
        "dataType": "string",
        "referenceType": "string",
        "fields": [
            "ComplexTypeField Object"
        ],
        "isMultiple": false
    },
    "resultSize": 0
}
string
filter
Optional

filter

string
externalSource
Optional

externalSource

Possible values are : scriptAction, dynamicValueDefinition,
object
valueType
Optional

valueType

integer As int32 As int32
resultSize
Optional

resultSize

Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with a list of external value results

Returns FormExtValueSourceSearchResponse of type(s) application/json
"FormExtValueSourceSearchResponse Object"
integer As int32 As int32
resultSize
Optional

resultSize

integer As int32 As int32
resultMaxSize
Optional

resultMaxSize

integer As int32 As int32
resultTotalSize
Optional

resultTotalSize

array of object
result
Optional

result

boolean
partialResult
Optional

partialResult


400

'Bad Request' if FormExtValueSourceSearchRequest is in invalid format

Returns FormExtValueSourceSearchResponse of type(s) application/json
"FormExtValueSourceSearchResponse Object"
integer As int32 As int32
resultSize
Optional

resultSize

integer As int32 As int32
resultMaxSize
Optional

resultMaxSize

integer As int32 As int32
resultTotalSize
Optional

resultTotalSize

array of object
result
Optional

result

boolean
partialResult
Optional

partialResult


403

'Forbidden' no forms viewer access rights

Returns FormExtValueSourceSearchResponse of type(s) application/json
"FormExtValueSourceSearchResponse Object"
integer As int32 As int32
resultSize
Optional

resultSize

integer As int32 As int32
resultMaxSize
Optional

resultMaxSize

integer As int32 As int32
resultTotalSize
Optional

resultTotalSize

array of object
result
Optional

result

boolean
partialResult
Optional

partialResult


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/form-service/api/forms/designer/external-value/sources