Zoho Recruit

metadata.relatedLists.list

Get the configuration of related lists for a specific module and layout

Remote zoho/recruit

Remote (network-hosted)

Other tools also called metadata.relatedLists.list? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "module": {
      "type": "string",
      "maxLength": 100,
      "description": "Specifies the module name"
    },
    "status": {
      "type": "string",
      "pattern": "^(visible|scheduled_for_deletion|user_hidden|system_hidden)(,(visible|scheduled_for_deletion|user_hidden|system_hidden))*$",
      "maxLength": 56,
      "description": "Filter modules by their visibility status. Accepts comma-separated values to retrieve modules matching any of the specified statuses. Case-sensitive."
    },
    "layout_id": {
      "type": "string",
      "pattern": "^[0-9]+$",
      "maxLength": 20,
      "minLength": 1,
      "description": "Unique identifier of the layout for which to retrieve related lists"
    }
  }
}