Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScheduleStopwatchesApi

Hierarchy

  • ScheduleStopwatchesApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

timeSchedulestopwatchesCountGet

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

    Parameters

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

    Returns Promise<Count>

timeSchedulestopwatchesGet

  • timeSchedulestopwatchesGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<ScheduleStopwatch>>
  • Get Schedule 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<ScheduleStopwatch>>

timeSchedulestopwatchesIdDelete

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

    Parameters

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

    Returns Promise<__type>

timeSchedulestopwatchesIdGet

  • timeSchedulestopwatchesIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ScheduleStopwatch>
  • Get Schedule Stopwatch By Id

    Parameters

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

    Returns Promise<ScheduleStopwatch>

timeSchedulestopwatchesIdPatch

  • timeSchedulestopwatchesIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ScheduleStopwatch>

timeSchedulestopwatchesIdPut

  • timeSchedulestopwatchesIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ScheduleStopwatch>

timeSchedulestopwatchesPost

  • timeSchedulestopwatchesPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ScheduleStopwatch>

Generated using TypeDoc