Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SecurityRolesApi

Hierarchy

  • SecurityRolesApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

systemSecurityrolesCountGet

  • systemSecurityrolesCountGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Count>
  • Get Security Role Count

    Parameters

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

    Returns Promise<Count>

systemSecurityrolesGet

  • systemSecurityrolesGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<SecurityRole>>
  • Get Security Role

    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<SecurityRole>>

systemSecurityrolesIdDelete

  • systemSecurityrolesIdDelete(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete Security Role By Id

    Parameters

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

    Returns Promise<__type>

systemSecurityrolesIdGet

  • systemSecurityrolesIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<SecurityRole>
  • Get Security Role By Id

    Parameters

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

    Returns Promise<SecurityRole>

systemSecurityrolesPost

  • systemSecurityrolesPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<SecurityRole>

Generated using TypeDoc