Forms REST Endpoints

Application/1.0/Forms
Form data are the submissions for a form. Learn more about Forms.
Create a form
Method: post
Path: /api/REST/1.0/assets/form
Delete a form
Method: delete
Path: /api/REST/1.0/assets/form/{id}
Retrieve a form
Method: get
Path: /api/REST/1.0/assets/form/{id}
Retrieve a list of forms
Method: get
Path: /api/REST/1.0/assets/forms
Update a form
Method: put
Path: /api/REST/1.0/assets/form/{id}