Get

Get

Get form by item id

Request
URI
GET
https://{api_host}/vco/api/forms/{id}
COPY
Path Parameters
string
id
Required

id

Query Parameters
boolean
designerMod
Optional
Constraints: default: false

designerMod


Authentication
This operation uses the following authentication methods.
Responses
200

The request is successful

Operation doesn't return any data structure

401

The user is not authorized

Operation doesn't return any data structure

404

Can not find form for the specified item id

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/forms/{id}