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

systemProjectSecurityRolesCountGet

  • systemProjectSecurityRolesCountGet(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>

systemProjectSecurityRolesGet

  • systemProjectSecurityRolesGet(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>>

systemProjectSecurityRolesIdDelete

  • systemProjectSecurityRolesIdDelete(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>

systemProjectSecurityRolesIdGet

  • systemProjectSecurityRolesIdGet(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>

systemProjectSecurityRolesIdPatch

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

systemProjectSecurityRolesIdPut

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

systemProjectSecurityRolesPost

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

Generated using TypeDoc