Zoho Dependency Mappings API

The DependencyMappings API from Zoho — 2 operation(s) for dependencymappings.

Operations 2

GET /api/v1/availableDependencyMappings Get possible dependency mappings in a layout #
GET /api/v1/dependencyMappings List dependency mappings in a layout #

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-dependencymappings-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-dependencymappings-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Helpcenter Dependency Mappings API
  version: 1.0.0
tags:
- name: DependencyMappings
paths:
  /api/v1/availableDependencyMappings:
    get:
      tags:
      - DependencyMappings
      summary: Get possible dependency mappings in a layout
      description: This API fetches the parent and child fields using which you can configure dependency mappings in a layout.
      operationId: getAvailableDepMappings
      parameters:
      - $ref: '#/components/parameters/layoutId'
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '422':
          $ref: ./Common.json#/components/responses/multipleUnprocessEntityResponse
        '200':
          $ref: '#/components/responses/getAvailableDepMappings'
      security:
      - iam-oauth2-schema:
        - Desk.settings.READ
      x-audience:
      - external-public
  /api/v1/dependencyMappings:
    get:
      tags:
      - DependencyMappings
      summary: List dependency mappings in a layout
      description: This API lists the dependency mappings configured in a layout. 
      operationId: getDependencyMappingsByLayoutId
      parameters:
      - $ref: '#/components/parameters/layoutId'
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '422':
          $ref: ./Common.json#/components/responses/multipleUnprocessEntityResponse
        '200':
          $ref: '#/components/responses/getDependencyMappingsByLayoutIdResponse'
        '204':
          $ref: ./Common.json#/components/responses/emptyResponse
      security:
      - iam-oauth2-schema:
        - Desk.basic.READ
      x-audience:
      - external-public
components:
  responses:
    getDependencyMappingsByLayoutIdResponse:
      description: getDependencyMappingsByLayoutIdResponse template definitions
      content:
        application/json:
          schema:
            oneOf:
            - type:
              - 'null'
              - object
              additionalProperties: false
              properties:
                data:
                  $ref: ./DependencyMappings.json#/components/schemas/dependencyJSONArr
              required:
              - data
            - type:
              - 'null'
              - object
              additionalProperties: false
              properties:
                data:
                  $ref: ./DependencyMappings.json#/components/schemas/dependencyJSONArr
              required:
              - data
          examples:
            Valid responses Definitions:
              value:
                data:
                - parent:
                    displayLabel: Category
                    allowedValues:
                    - General
                    - Defects
                    id: '4000000000421'
                  mappings:
                    General:
                    - Sub General
                    Defects:
                    - Sub Defects
                  id: '4000000007315'
                  childId: '4000000000423'
                  layoutId: '4000000007177'
                  parentId: '4000000000421'
                  child:
                    displayLabel: Sub Category
                    allowedValues:
                    - Sub General
                    - Sub Defects
                    id: '4000000000423'
                - parent:
                    displayLabel: Category
                    allowedValues:
                    - General
                    - Defects
                    id: '4000000000421'
                  mappings:
                    General:
                    - Open
                    - On Hold
                    - Escalated
                    - Closed
                    - Closed1
                    - newDeptClosed
                    - julyDeptClosed
                    - Open_july
                    - Open_newDept
                    Defects:
                    - Open
                    - On Hold
                    - Escalated
                    - Closed
                    - Closed1
                    - newDeptClosed
                    - julyDeptClosed
                    - Open_july
                    - Open_newDept
                  id: '4000000031003'
                  childId: '4000000000367'
                  layoutId: '4000000007177'
                  parentId: '4000000000421'
                  child:
                    displayLabel: Status
                    allowedValues:
                    - Open
                    - On Hold
                    - Escalated
                    - Closed
                    - Closed1
                    - newDeptClosed
                    - julyDeptClosed
                    - Open_july
                    - Open_newDept
                    id: '4000000000367'
                - parent:
                    displayLabel: Status
                    allowedValues:
                    - Open
                    - On Hold
                    - Escalated
                    - Closed
                    - Closed1
                    - newDeptClosed
                    - julyDeptClosed
                    - Open_july
                    - Open_newDept
                    id: '4000000000367'
                  mappings:
                    newDeptClosed:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    Open_july:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    Escalated:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    Open_newDept:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    On Hold:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    Closed:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    Closed1:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    julyDeptClosed:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    Open:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                  id: '4000000032003'
                  childId: '4000000000409'
                  layoutId: '4000000007177'
                  parentId: '4000000000367'
                  child:
                    displayLabel: Mode
                    allowedValues:
                    - Phone
                    - Email
                    - Web
                    - Twitter
                    - Facebook
                    - Chat
                    - Forums
                    - Feedback Widget
                    id: '4000000000409'
    getAvailableDepMappings:
      description: getAvailableDepMappings template definitions
      content:
        application/json:
          schema:
            type:
            - 'null'
            - object
            additionalProperties: false
            properties:
              children:
                $ref: ./DependencyMappings.json#/components/schemas/picklistJSONArr
              parents:
                $ref: ./DependencyMappings.json#/components/schemas/picklistJSONArr
            required:
            - children
            - parents
          examples:
            Valid responses Definitions:
              value:
                children:
                - displayLabel: Category
                  allowedValues:
                  - -None-
                  - Call
                  - Meeting
                  - Demo
                  id: '4000000000145'
                - displayLabel: Status
                  allowedValues:
                  - Not Started
                  - Deferred
                  - In Progress
                  - Waiting on someone else
                  - Completed_july1
                  - Completed_newDept
                  id: '4000000000147'
                - displayLabel: Priority
                  allowedValues:
                  - High
                  - Highest
                  - Low
                  - Lowest
                  - Normal
                  id: '4000000000149'
                parents:
                - displayLabel: Category
                  allowedValues:
                  - -None-
                  - Call
                  - Meeting
                  - Demo
                  id: '4000000000145'
                - displayLabel: Status
                  allowedValues:
                  - Not Started
                  - Deferred
                  - In Progress
                  - Waiting on someone else
                  - Completed_july1
                  - Completed_newDept
                  id: '4000000000147'
                - displayLabel: Priority
                  allowedValues:
                  - High
                  - Highest
                  - Low
                  - Lowest
                  - Normal
                  id: '4000000000149'
  parameters:
    layoutId:
      name: layoutId
      in: query
      description: ID of the layout in which the dependency is mapped
      required: true
      style: form
      explode: true
      schema:
        type:
        - string
        - 'null'
        - integer
        format: int64
        description: ID of the layout in which the dependency is mapped
        pattern: ([0-9]+)
  securitySchemes:
    iam-oauth2-schema:
      $ref: ./Common.json#/components/securitySchemes/iam-oauth2-schema
x-entity: Helpcenter