Get Forms
Description: To get a list of forms, a HTTP GET request is made to the URL. By default, the results of this end point are paged, refer to page paramater for additional information.
Method: GET
URI: /forms/
Parameters:
Page:
- Can be used to return additional pages of forms, an empty array will be returned when there are no more records.
- Default value is 1, if not passed
Query:
Can be used to filter forms by name based on passed query value.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Form | Form Summary | A summary of the form object. |
Example
Request
Response