Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProjectSecurityRolesApi

Hierarchy

  • ProjectSecurityRolesApi

Index

Constructors

constructor

Properties

Protected basePath

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

defaultHeaders

defaultHeaders: any

Methods

projectSecurityRolesCountGet

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

    Parameters

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

    Returns Promise<Count>

projectSecurityRolesGet

  • projectSecurityRolesGet(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<Array<ProjectSecurityRole>>
  • Get Project Security Roles

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

projectSecurityRolesIdDelete

  • projectSecurityRolesIdDelete(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Delete Project Security Roley By Id

    Parameters

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

    Returns Promise<__type>

projectSecurityRolesIdGet

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

    Parameters

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

    Returns Promise<ProjectSecurityRole>

projectSecurityRolesIdPatch

  • projectSecurityRolesIdPatch(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProjectSecurityRole>

projectSecurityRolesIdPut

  • projectSecurityRolesIdPut(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProjectSecurityRole>

projectSecurityRolesPost

  • projectSecurityRolesPost(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<ProjectSecurityRole>

Generated using TypeDoc