Zoho Recruit

metadata.customViews.get

Get a specific custom view of a module using custom view ID

Remote zoho/recruit

Remote (network-hosted)

Other tools also called metadata.customViews.get? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "Unique identifier of the note"
    },
    "module": {
      "type": "string",
      "maxLength": 100,
      "description": "Specifies the module name"
    },
    "include": {
      "type": "string",
      "pattern": "^(custom_view|related_lists|business_card_fields|layouts|fields)(,(custom_view|related_lists|business_card_fields|layouts|fields))*$",
      "maxLength": 3000,
      "description": "Comma-separated list of additional fields to include in the response. Allows retrieving optional module metadata that is not returned by default."
    }
  }
}