Zoho Recruit

records.listAssociated

Returns the records associated to a given Candidate / Job Opening / Client / Contact. For example, Job Openings associated to a Candidate.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called records.listAssociated? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Association type (e.g. job, client, contact)"
    },
    "record_id": {
      "type": "string",
      "description": "Numeric Zoho record ID (e.g. 100001000000027144)."
    },
    "module_api_name": {
      "type": "string",
      "description": "Zoho Recruit module API name. Standard modules: Candidates, JobOpenings, Clients, Contacts, Interviews, Submissions, Assessments, Reviews, Tasks, Events, Calls, Notes, Attachments, Departments."
    }
  }
}