Get Custom Views
Purpose
To get the custom view data of a specific module using Widget APIs.
Request Format
ZOHO.RECRUIT.META.getCustomViews
({
"Entity": "{module_api_name}"
})
Parameters
Parameter Name | Data Type | Description |
---|---|---|
module (mandatory) | String | Specify the API name of the required module. For example, Candidates, Contacts, Clients, Interviews, and so on. |
Sample Request (Get all Custom Views)
Copied
Sample Request (Get specific Custom Views)
Copied
Sample Response
Copied
Show full
Show less