Lookup External Resource

Lookup External Resource

Retrieve external resource object depending on namespace type and id

Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/forms/renderer/external-resources
COPY
Query Parameters
string
namespace
Required

namespace in which the vRO type is placed

string
type
Required

type of the SDK object

string
objectId
Required

unique id of the object

string
projectId
Required

id of current project


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with external resource matching the search criteria

Returns Link of type(s) */*
{
    "href": "string",
    "attributes": [
        {
            "name": "string",
            "value": "string",
            "displayValue": {}
        }
    ]
}
string
href
Optional

href

array of object
attributes
Optional

attributes


403

'Forbidden' no forms viewer access rights

Returns Link of type(s) */*
"Link Object"
string
href
Optional

href

array of object
attributes
Optional

attributes


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/form-service/api/forms/renderer/external-resources?namespace=value&type=value&objectId=value&projectId=v