online-help.platform.features.premier_subscription.connectors.inbound-rest-api.endpoints.form.title
Forms
Overview
All the API methods available for Forms
Parameters
Allows the API to create and update your Form. You can retrieve individual Forms as well as a list of all your Forms.
formId
required
Long
An unique ID representing an internal ID at MobiWork
name
optional
String
The name of the Form
Example
<mobiForm>
<filledFormId>5</filledFormId>
<name>TestForm</name>
<apiName>TestForm</apiName>
<pdfUrl></pdfUrl>
<status>CREATED</status>
<createdDate>2019/06/20</createdDate>
<createdByUserName></createdByUserName>
<createdBy>0</createdBy>
<formFields>
<formField><fieldType>6</fieldType><apiName>selectcolor</apiName><index>0</index><name>select color</name><value>blue</value></formField>
<formField><fieldType>1</fieldType><apiName>name</apiName><index>0</index><name>name</name><value>piet</value></formField>
<formField><fieldType>2</fieldType><apiName>Age</apiName><index>0</index><name>Age</name><value>99</value></formField>
</formFields>
</mobiForm>