Get Resource Action Form Data

Get Resource Action Form Data

Returns resolved binding values based on the properties of the resource for given resource operation

Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/custom/resource-actions/{id}/form-data
COPY
Path Parameters
string
id
Required

Resource operation id

Query Parameters
string
projectId
Optional

The id of the project


Request Body
Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with resource action form data

Returns Data of type(s) application/json
{
    "entries": [
        {
            "key": "string",
            "value": {
                "value": {},
                "type": {
                    "dataType": "string",
                    "referenceType": "string",
                    "fields": [
                        "ComplexTypeField Object"
                    ],
                    "isMultiple": false
                }
            }
        }
    ]
}
array of object
entries
Optional

entries


403

'Forbidden' no forms viewer access rights

Returns Data of type(s) application/json
"Data Object"
array of object
entries
Optional

entries


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/form-service/api/custom/resource-actions/{id}/form-data