Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PortalSecurityLevelsApi

Hierarchy

  • PortalSecurityLevelsApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

systemPortalSecurityLevelsCountGet

  • systemPortalSecurityLevelsCountGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Count>
  • Get Portal Security Level Captions Count

    Parameters

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

    Returns Promise<Count>

systemPortalSecurityLevelsGet

  • systemPortalSecurityLevelsGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<PortalSecurityLevel>>
  • Get Portal Security Level Captions

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

systemPortalSecurityLevelsIdGet

  • systemPortalSecurityLevelsIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<PortalSecurityLevel>
  • Get Portal Security Level Caption By Id

    Parameters

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

    Returns Promise<PortalSecurityLevel>

systemPortalSecurityLevelsIdPatch

  • systemPortalSecurityLevelsIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<PortalSecurityLevel>

systemPortalSecurityLevelsIdPut

  • systemPortalSecurityLevelsIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<PortalSecurityLevel>

Generated using TypeDoc