Get Forms
Overview
This API fetches the meta information of all the forms present in a Zoho Creator application.
OpenAPI Specification
The OpenAPI Specification(OAS) is the most widely used standard for API description and refers to a standard interface for describing REST APIs. Download the OAS for the Get Forms API below:
Request Details
Request URL
https://<base_url>/creator/v2.1/meta/<account_owner_name>/<app_link_name>/forms
Request method
GET
Header
Key | Value | Description |
Authorization | Zoho-oauthtoken1000.8c b99dxxxxxxxxxxxxx9be9 3.9b8xxxxxxxxxxxxxxxf | An authentication token (authtoken) allows users to access apps and APIs without having to enter their login credentials each time. |
environment | development/stage | Refers to the environment stage. |
OAuth scope
scope=ZohoCreator.meta.application.READ
where,
base_url | the base URL of your Creator account For example, it's www.zohoapis.com if your account belongs to Zoho's US DC, and is www.zohoapis.eu if it belongs to Zoho's EU DC. |
account_owner_name | the username of the Creator account's owner |
app_link_name | the link name of the application from which you want to fetch the form meta information |
Form Types
- A normal/DB form will have 1 as its type value
- A stateless form will have 2 as its type value
Possible Errors
Refer to this page for the list of error codes and messages.
Sample Request for Production environment (for C6 users)
This sample request will fetch the meta information of all the forms present in the Zylker Store application.
Sample Request for Development/ Stage environments (for C6 users)
Copied
Sample Response
Copied
Show full
Show less