Zoho Recruit

coql.query

Executes a COQL select query to fetch records data.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called coql.query? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "include_meta": {
      "type": "array",
      "items": {
        "enum": [
          "fields"
        ],
        "type": "string",
        "description": "Metadata type to include"
      },
      "maxItems": 1,
      "minItems": 1,
      "description": "List of metadata to include in the response. Currently only supports 'fields' to get field metadata for select columns."
    },
    "select_query": {
      "type": "string",
      "maxLength": 2147483647,
      "description": "COQL select query to fetch records data"
    }
  }
}