Search Form Status

Search Form Status

Retrieve statuses of forms specified by reference IDs.

Request
URI
POST
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/forms/fetchStatus
COPY
Query Parameters
string
type
Optional
Constraints: default: FORM

Form type that represents the usage of the form

Possible values are : FORM, CUSTOM_RESOURCE, RESOURCE_ACTION,

Request Body
[
    {
        "formId": "string",
        "elementId": "string",
        "sourceType": "string",
        "sourceId": "string",
        "type": "string"
    }
]
Optional

The target reference IDs

Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with the form statuses.

[
    "FormStatusResponse Object"
]
Optional

400

'Bad Request' if the form ID is not in UUID format.

Operation doesn't return any data structure

403

'Forbidden' when the user has no viewer access rights.

Operation doesn't return any data structure

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