Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TicketStopwatchesApi

Hierarchy

  • TicketStopwatchesApi

Index

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://api-na.myconnectwise.net/v4_6_release/apis/3.0"

defaultHeaders

defaultHeaders: any

Methods

timeTicketstopwatchesCountGet

  • timeTicketstopwatchesCountGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Count>
  • Get Ticket Stopwatches Count

    Parameters

    • params: object
      • Optional conditions?: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<Count>

timeTicketstopwatchesGet

  • timeTicketstopwatchesGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<TicketStopwatch>>
  • Get Ticket Stopwatches

    Parameters

    • params: object
      • Optional childconditions?: string
      • Optional conditions?: string
      • Optional customfieldconditions?: string
      • Optional orderBy?: string
      • Optional page?: number
      • Optional pageSize?: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<Array<TicketStopwatch>>

timeTicketstopwatchesIdDelete

  • timeTicketstopwatchesIdDelete(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete Ticket Stopwatch By Id

    Parameters

    • params: object
      • id: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<__type>

timeTicketstopwatchesIdGet

  • timeTicketstopwatchesIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<TicketStopwatch>
  • Get Ticket Stopwatch By Id

    Parameters

    • params: object
      • id: number
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<TicketStopwatch>

timeTicketstopwatchesIdPatch

  • timeTicketstopwatchesIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<TicketStopwatch>

timeTicketstopwatchesIdPut

  • timeTicketstopwatchesIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<TicketStopwatch>

timeTicketstopwatchesPost

  • timeTicketstopwatchesPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<TicketStopwatch>

Generated using TypeDoc