Form Groups Services
Description
The collection of Form Groups services are used to manage and create Form Groups in a customer account.
Endpoint URL:Â https://websvcs.quikforms.com/rest/formgroups/v1000/
Endpoint Documentation (Swagger - Production): https://websvcs.quikforms.com/rest/formgroups/v1000/swagger/index.html
Endpoint Documentation (Swagger - UAT):Â https://uatwebsvcs.quikforms.com/rest/formgroups/v1000/swagger/index.html
Notes
All methods listed in the FormGroups section of the above swagger page are intended for managing Form Groups based on a Quik! licenses. As the vast majority of Quik! customers manage Form Groups based on Customer ID (not licenses), only the FormGroupsByCustomer methods are documented below. Contact Quik! if you need more information on managing Form Groups based on licenses.
This API can only be called using Master Quik! credentials for a customer account (not regular user credentials)
Methods
FormGroupsByCustomer
Method | URL | TYPE | Parameters |
---|---|---|---|
Create Form Group | /customers/formgroups | POST |
Sample body: { |
Get Form Groups | /customers/formgroups | GET | No parameters. Returns a list of all Form Groups that belong to a customer account |
Get Form Group by ID | /customers/formgroups/{id} | GET |
|
Delete Form Group by ID | /customers/formgroups/{id} | DELETE |
|
Edit Form Group by ID | /customers/formgroups/{id} | PUT |
 Sample body: { |
Add Form IDs to Form Group | /customers/formgroups/{id}/forms | POST |
Sample body: [1,2] |
Delete Form IDs from Form Group | /customers/formgroups/{id}/forms | DELETE |
Sample body: [1,2] |
Â
For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK