Fetch Forms API

This API is used to retrieve the list of forms and its details available in your Zoho People account.

Request URL:

https://people.zoho.com/people/api/forms?

Header:

Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Scope:

ZOHOPEOPLE.forms.ALL
OR
ZOHOPEOPLE.form.READ 

Possible Operation Types:

ALL - Complete access to data
READ - Read form data

 Threshold Limit:  30 requests | Lock period: 5 minutes

Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.

Request

Copiedhttps://people.zoho.com/people/api/forms?

Header

CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Response

Copied[{"Forms":{"Form":[{"isVisible":"true","displayName":"Employee","componentId":"6000000015673","iscustom":"false","formLinkName":"employee"},{"isVisible":"true","displayName":"Department","componentId":"6000000015675","iscustom":"false","formLinkName":"department"},{"isVisible":"true","displayName":"Designation","componentId":"6000000015677","iscustom":"false","formLinkName":"designation"},{"isVisible":"true","displayName":"Company Policy","componentId":"6000000015681","iscustom":"false","formLinkName":"companypolicy"},{"isVisible":"true","displayName":"Leave","componentId":"6000000015685","iscustom":"false","formLinkName":"leave"}]}}]
Copied<Response Status="1">
<Forms>
<Form>
<isVisible>true</isVisible>
<displayName>Employee</displayName>
<componentId>6000000015673</componentId>
<iscustom>false</iscustom>
<formLinkName>employee</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Department</displayName>
<componentId>6000000015675</componentId>
<iscustom>false</iscustom>
<formLinkName>department</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Designation</displayName>
<componentId>6000000015677</componentId>
<iscustom>false</iscustom>
<formLinkName>designation</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Company Policy</displayName>
<componentId>6000000015681</componentId>
<iscustom>false</iscustom>
<formLinkName>companypolicy</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Leave</displayName>
<componentId>6000000015685</componentId>
<iscustom>false</iscustom>
<formLinkName>leave</formLinkName>
</Form>
</Forms>
</Response><Response Status="1">
<Forms>
<Form>
<isVisible>true</isVisible>
<displayName>Employee</displayName>
<componentId>6000000015673</componentId>
<iscustom>false</iscustom>
<formLinkName>employee</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Department</displayName>
<componentId>6000000015675</componentId>
<iscustom>false</iscustom>
<formLinkName>department</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Designation</displayName>
<componentId>6000000015677</componentId>
<iscustom>false</iscustom>
<formLinkName>designation</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Company Policy</displayName>
<componentId>6000000015681</componentId>
<iscustom>false</iscustom>
<formLinkName>companypolicy</formLinkName>
</Form>
<Form>
<isVisible>true</isVisible>
<displayName>Leave</displayName>
<componentId>6000000015685</componentId>
<iscustom>false</iscustom>
<formLinkName>leave</formLinkName>
</Form>
</Forms>
</Response>