Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProjectSecurityRoleSettingsApi

Hierarchy

  • ProjectSecurityRoleSettingsApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

systemProjectSecurityRolesIdSettingsCountGet

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

    Parameters

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

    Returns Promise<Count>

systemProjectSecurityRolesIdSettingsGet

  • systemProjectSecurityRolesIdSettingsGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<ProjectSecurityRoleSetting>>
  • Get Project Security Role Settings

    Parameters

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

    Returns Promise<Array<ProjectSecurityRoleSetting>>

systemProjectSecurityRolesIdSettingsSettingIdGet

  • systemProjectSecurityRolesIdSettingsSettingIdGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProjectSecurityRoleSetting>
  • Get Project Security Role Setting By Id

    Parameters

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

    Returns Promise<ProjectSecurityRoleSetting>

systemProjectSecurityRolesIdSettingsSettingIdPatch

  • systemProjectSecurityRolesIdSettingsSettingIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProjectSecurityRoleSetting>

systemProjectSecurityRolesIdSettingsSettingIdPut

  • systemProjectSecurityRolesIdSettingsSettingIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProjectSecurityRoleSetting>

Generated using TypeDoc