Zoho Recruit
attachments.list
Retrieve all attachments associated with a specific record.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called attachments.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"fields": {
"type": "string",
"maxLength": 1024,
"description": "Specify the API names of the fields you want to retrieve when fetching the records."
},
"recordId": {
"type": "string",
"maxLength": 64,
"description": "The unique identifier of the record"
},
"moduleApiName": {
"type": "string",
"maxLength": 64,
"description": "The API name of the module"
}
}
}