Zoho Recruit
notes.get
Retrieves details of a specific note by its ID.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called notes.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "int64",
"description": "Unique identifier of the note"
},
"fields": {
"type": "string",
"maxLength": 1024,
"description": "Specify the API names of the fields you want to retrieve when fetching the records."
}
}
}