Zoho Recruit

tags.list

to get tags from a module

Remote zoho/recruit

Remote (network-hosted)

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

Input Schema


            {
  "type": "object",
  "properties": {
    "module": {
      "enum": [
        "module_api_name"
      ],
      "type": "string",
      "description": "Module api name"
    },
    "include": {
      "enum": [
        "type",
        "associated_record_count",
        "last_accessed_time"
      ],
      "type": "string",
      "description": "It defines whether the tag is associated to configurations, associated record counts and when the tag is last associated to a record."
    }
  }
}