Zoho New Ticket History API

The NewTicketHistory API from Zoho — 1 operation(s) for newtickethistory.

Operations 1

GET /api/v1/tickets/{ticketId}/History Get ticket history #

Documentation

Specifications

Code Examples

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/zoho-newtickethistory-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

zoho-newtickethistory-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Helpcenter New Ticket History API
  version: 1.0.0
tags:
- name: NewTicketHistory
paths:
  /api/v1/tickets/{ticketId}/History:
    get:
      tags:
      - NewTicketHistory
      summary: Get ticket history
      description: This API fetches details of all actions — called events — performed on a ticket and in the sub-tabs on the ticket detail page. To view a detailed documentation for this API, visit <a href='https://help.zoho.com/portal/en/kb/desk/for-developers/rest-apis/articles/get-ticket-history-api-explained-in-detail' target='_blank'>this page</a>.
      operationId: getTicketHistory
      parameters:
      - name: agentId
        in: query
        description: Key that filters details of actions performed by a particular agent. Value allowed is the agent's ID in Zoho Desk.
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int64
          description: Key that filters details of actions performed by a particular agent. Value allowed is the agent's ID in Zoho Desk.
          pattern: ([0-9]+)
      - name: fieldName
        in: query
        description: Key that filters the history of a particular field. The value for this key must be the apiName of the field.
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          description: Key that filters the history of a particular field. The value for this key must be the apiName of the field.
          maxLength: 100
          minLength: 0
      - name: eventFilter
        in: query
        description: ' Key that filters events, based on their type. Values allowed are: @CommentHistory@, @TimeEntryHistory@, @TaskHistory@, @CallHistory@, @EventHistory@, @AttachmentHistory@, @ApprovalHistory@, @SuperviseHistory@, @WorkflowHistory@, @MacroHistory@, @AssignmentRuleHistory@, @NotificationRuleHistory@, @SLAHistory@, @BlueprintHistory@ and @SkillRelatedHistory@'
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          description: ' Key that filters events, based on their type. Values allowed are: @CommentHistory@, @TimeEntryHistory@, @TaskHistory@, @CallHistory@, @EventHistory@, @AttachmentHistory@, @ApprovalHistory@, @SuperviseHistory@, @WorkflowHistory@, @MacroHistory@, @AssignmentRuleHistory@, @NotificationRuleHistory@, @SLAHistory@, @BlueprintHistory@ and @SkillRelatedHistory@'
          enum:
          - CommentHistory
          - TimeEntryHistory
          - TaskHistory
          - CallHistory
          - EventHistory
          - AttachmentHistory
          - ApprovalHistory
          - SuperviseHistory
          - WorkflowHistory
          - MacroHistory
          - AssignmentRuleHistory
          - NotificationRuleHistory
          - SLAHistory
          - BlueprintHistory
          - SkillRelatedHistory
          - ZiaRelatedHistory
          maxLength: 100
          minLength: 0
      - name: limit
        in: query
        description: Number of events to list
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int32
          description: Number of events to list
          pattern: ([0-9]+)
      - name: from
        in: query
        description: Index number, starting from which the events must be fetched
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int32
          description: Index number, starting from which the events must be fetched
          pattern: ([0-9]+)
      - name: ticketId
        in: path
        required: true
        style: simple
        explode: false
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int64
          pattern: ([0-9]+)
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '200':
          $ref: ./TicketHistory.json#/components/responses/newTicketHistoryRespns
        '422':
          $ref: ./Common.json#/components/responses/multipleUnprocessEntityResponse
        '204':
          $ref: ./Common.json#/components/responses/emptyResponse
        '403':
          $ref: ./Common.json#/components/responses/forbiddenErrorResponse
      security:
      - iam-oauth2-schema:
        - Desk.tickets.READ
      x-audience:
      - external-public
components:
  securitySchemes:
    iam-oauth2-schema:
      $ref: ./Common.json#/components/securitySchemes/iam-oauth2-schema
x-entity: Helpcenter