Kaseya Service Desk Templates API

The ServiceDeskTemplates API from Kaseya — 6 operation(s) for servicedesktemplates.

Operations 6

GET /v2/servicedesk/templates/tickets/lookup #
GET /v2/servicedesk/templates/tickets/{templateId} #
GET /v2/servicedesk/templates/notes/lookup #
GET /v2/servicedesk/templates/notes/{templateId}/{ticketId} #
GET /v2/servicedesk/templates/timelogs/lookup #
GET /v2/servicedesk/templates/timelogs/{templateId}/{ticketId} #

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/kaseya-servicedesktemplates-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

kaseya-servicedesktemplates-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: BMS API 2.0 Service Desk Templates API
  description: Documentation of APIs Version 2.0
  version: '2.0'
servers:
- url: https://api.bms.kaseya.com
security:
- bearerAuth: []
tags:
- name: ServiceDeskTemplates
paths:
  /v2/servicedesk/templates/tickets/lookup:
    get:
      tags:
      - ServiceDeskTemplates
      operationId: GetTicketTemplateLookups
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/TicketTemplateLookupOutputDtoIEnumerableResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/TicketTemplateLookupOutputDtoIEnumerableResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/TicketTemplateLookupOutputDtoIEnumerableResponse'
  /v2/servicedesk/templates/tickets/{templateId}:
    get:
      tags:
      - ServiceDeskTemplates
      operationId: GetTicketTemplate
      parameters:
      - name: templateId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/TicketTemplateOutputDtoResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/TicketTemplateOutputDtoResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/TicketTemplateOutputDtoResponse'
  /v2/servicedesk/templates/notes/lookup:
    get:
      tags:
      - ServiceDeskTemplates
      operationId: GetTicketNoteTemplateLookups
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/TicketNoteTemplateLookupOutputDtoIEnumerableResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/TicketNoteTemplateLookupOutputDtoIEnumerableResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/TicketNoteTemplateLookupOutputDtoIEnumerableResponse'
  /v2/servicedesk/templates/notes/{templateId}/{ticketId}:
    get:
      tags:
      - ServiceDeskTemplates
      operationId: GetTicketNoteTemplateDetailsByTicketId
      parameters:
      - name: templateId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/TicketNoteTemplateDetailsOutputDtoIEnumerableResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/TicketNoteTemplateDetailsOutputDtoIEnumerableResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/TicketNoteTemplateDetailsOutputDtoIEnumerableResponse'
  /v2/servicedesk/templates/timelogs/lookup:
    get:
      tags:
      - ServiceDeskTemplates
      operationId: GetTicketTimeEntryTemplateLookups
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/TicketTimeEntryTemplateLookupOutputDtoIEnumerableResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/TicketTimeEntryTemplateLookupOutputDtoIEnumerableResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/TicketTimeEntryTemplateLookupOutputDtoIEnumerableResponse'
  /v2/servicedesk/templates/timelogs/{templateId}/{ticketId}:
    get:
      tags:
      - ServiceDeskTemplates
      operationId: GetTicketTimelogTemplateDetailsByTicketId
      parameters:
      - name: templateId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      - name: ticketId
        in: path
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/TicketTimeEntryTemplateDetailsOutputDtoIEnumerableResponse'
            application/json:
              schema:
                $ref: '#/components/schemas/TicketTimeEntryTemplateDetailsOutputDtoIEnumerableResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/TicketTimeEntryTemplateDetailsOutputDtoIEnumerableResponse'
components:
  schemas:
    TicketTimeEntryTemplateLookupOutputDto:
      type: object
      properties:
        Id:
          type: integer
          format: int32
        Name:
          type:
          - string
          - 'null'
        Notes:
          type:
          - string
          - 'null'
        InternalNotes:
          type:
          - string
          - 'null'
        RoleId:
          type:
          - integer
          - 'null'
          format: int32
        WorkTypeId:
          type:
          - integer
          - 'null'
          format: int32
        StatusId:
          type:
          - integer
          - 'null'
          format: int32
        Timespent:
          type: number
          format: double
      additionalProperties: false
    TicketTimeEntryTemplateDetailsOutputDtoIEnumerableResponse:
      type: object
      properties:
        Success:
          type: boolean
          readOnly: true
        Error:
          $ref: '#/components/schemas/ErrorInfo'
        Result:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/TicketTimeEntryTemplateDetailsOutputDto'
      additionalProperties: false
    ErrorInfo:
      type: object
      properties:
        Code:
          type: integer
          format: int32
        Message:
          type:
          - string
          - 'null'
        Details:
          type:
          - string
          - 'null'
        StackStrace:
          type:
          - string
          - 'null'
        SubErrors:
          type:
          - array
          - 'null'
          items:
            type: string
      additionalProperties: false
    TicketTemplateOutputDto:
      type: object
      properties:
        Id:
          type: integer
          format: int32
        Name:
          type:
          - string
          - 'null'
        Title:
          type:
          - string
          - 'null'
        IssueTypeId:
          type:
          - integer
          - 'null'
          format: int32
        SubIssueTypeId:
          type:
          - integer
          - 'null'
          format: int32
        PriorityId:
          type:
          - integer
          - 'null'
          format: int32
        QueueId:
          type:
          - integer
          - 'null'
          format: int32
        AccountId:
          type:
          - integer
          - 'null'
          format: int32
        AccountName:
          type:
          - string
          - 'null'
        AssigneeId:
          type:
          - integer
          - 'null'
          format: int32
        AssigneeName:
          type:
          - string
          - 'null'
        TicketTypeId:
          type:
          - integer
          - 'null'
          format: int32
        ExpectedTimeToResolve:
          type:
          - number
          - 'null'
          format: double
        Details:
          type:
          - string
          - 'null'
        TimeToResolveTypeId:
          type:
          - integer
          - 'null'
          format: int32
        WorkTypeId:
          type:
          - integer
          - 'null'
          format: int32
      additionalProperties: false
    TicketTimeEntryTemplateLookupOutputDtoIEnumerableResponse:
      type: object
      properties:
        Success:
          type: boolean
          readOnly: true
        Error:
          $ref: '#/components/schemas/ErrorInfo'
        Result:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/TicketTimeEntryTemplateLookupOutputDto'
      additionalProperties: false
    TicketNoteTemplateDetailsOutputDtoIEnumerableResponse:
      type: object
      properties:
        Success:
          type: boolean
          readOnly: true
        Error:
          $ref: '#/components/schemas/ErrorInfo'
        Result:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/TicketNoteTemplateDetailsOutputDto'
      additionalProperties: false
    TicketNoteTemplateDetailsOutputDto:
      type: object
      properties:
        Id:
          type: integer
          format: int32
        Details:
          type:
          - string
          - 'null'
      additionalProperties: false
    TicketTemplateLookupOutputDto:
      type: object
      properties:
        Id:
          type: integer
          format: int32
        Name:
          type:
          - string
          - 'null'
      additionalProperties: false
    TicketTimeEntryTemplateDetailsOutputDto:
      type: object
      properties:
        Id:
          type: integer
          format: int32
        Notes:
          type:
          - string
          - 'null'
        InternalNotes:
          type:
          - string
          - 'null'
      additionalProperties: false
    TicketTemplateLookupOutputDtoIEnumerableResponse:
      type: object
      properties:
        Success:
          type: boolean
          readOnly: true
        Error:
          $ref: '#/components/schemas/ErrorInfo'
        Result:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/TicketTemplateLookupOutputDto'
      additionalProperties: false
    TicketNoteTemplateLookupOutputDto:
      type: object
      properties:
        Id:
          type: integer
          format: int32
        Name:
          type:
          - string
          - 'null'
        TypeId:
          type:
          - integer
          - 'null'
          format: int32
        StatusId:
          type:
          - integer
          - 'null'
          format: int32
        IsInternal:
          type: boolean
      additionalProperties: false
    TicketTemplateOutputDtoResponse:
      type: object
      properties:
        Success:
          type: boolean
          readOnly: true
        Error:
          $ref: '#/components/schemas/ErrorInfo'
        Result:
          $ref: '#/components/schemas/TicketTemplateOutputDto'
      additionalProperties: false
    TicketNoteTemplateLookupOutputDtoIEnumerableResponse:
      type: object
      properties:
        Success:
          type: boolean
          readOnly: true
        Error:
          $ref: '#/components/schemas/ErrorInfo'
        Result:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/TicketNoteTemplateLookupOutputDto'
      additionalProperties: false
  securitySchemes:
    bearerAuth:
      type: http
      description: JWT Authorization header using the Bearer scheme.
      scheme: bearer
      bearerFormat: JWT