- Overview
- Account Settings
- Assets
- Connectors Framework
- Customer Portal
- Customers
- Dashboards
- Devices
- Dispatching
- Forms
- Inventory
- Invoices & Billing
- Locations
- Payments
- Parts
- Projects
- Quotes
- Recurrent Routes
- Recurrent Services
- Reports
- Sales Orders
- Schedule
- Services
- Tasks
- Text Messaging
- Time Tracking
- Users
- Work Orders
Overview
All the API methods available for Forms
All the API methods available for Forms
Table of Contents
Parameters
Allows the API to create and update your Form. You can retrieve individual Forms as well as a list of all your Forms.
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>
<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>