Get Form
Retrieve the details of a specified form.
Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/form-service/api/forms/{id}
COPY
Path Parameters
string
id
Required
Form identifier
Query Parameters
string
formFormat
Optional
Form definition format
Possible values are : YAML, JSON,
Responses
200
'Success' with the form
Returns Mono_FormDefinition_ of type(s) */*
Operation doesn't return any data structure
403
'Forbidden' if user doesn't have user rights
Operation doesn't return any data structure
404
'Not found' if no form with provided id
Operation doesn't return any data structure
Form Definition Operations
POST
Create Form 1
DELETE
Delete Form
GET
Get Form
GET
Search By Source And Type