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"
}
]
Responses
200
'Success' with the form statuses.
[
"FormStatusResponse Object"
]
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
On This Page
Form Definition Operations
POST
Search Form Status
POST
Create Form
GET
Get Form
DELETE
Delete Form
GET
Search By Source And Type
DELETE
Delete Form 1