Get Note Type
Purpose
To get a list of all note types in your Zoho Recruit account via API.
Request URL
https://recruit.zoho.com/recruit/v2/settings/note_types
Request Method
GET
Scope
scope=ZohoRecruit.settings.note_type.all
(or)
scope=ZohoRecruit.settings.note_type.{operation_type}
Possible operation types |
---|
ALL - Full data access READ - Get note types |
Parameters
Name | Data Type | Value Range | Descriptions |
page (optional) | Integer | Range: 1 to N Default Value: 1 | To get the list of records from the respective page. |
per_page (optional) | Integer | Range: 1 to 200 | To get the list of records available per page. |
Sample Response
Copied