Zoho Recruit
records.get
To get the details of a specific record with its unique record ID.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called records.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"module": {
"type": "string",
"maxLength": 100,
"description": "Specifies the module name"
},
"recordID": {
"type": "string",
"format": "int64",
"description": "This ID is used to uniquely identify a record"
}
}
}