connectwise-rest
Preparing search index...
Automate
CommandsAPITypes
CommandsAPI
Class CommandsAPI
Commands module
Hierarchy
AutomateBaseAPI
CommandsAPI
Index
Methods
get
Command
get
Command
List
request
Methods
get
Command
getCommand
(
entityId
:
string
,
params
?:
Automate
.
CommonParameters
,
)
:
Promise
<
{
Description
?:
string
;
Id
?:
string
;
Level
?:
number
;
Name
?:
string
}
,
>
Parameters
entityId
:
string
params
:
Automate
.
CommonParameters
= {}
Returns
Promise
<
{
Description
?:
string
;
Id
?:
string
;
Level
?:
number
;
Name
?:
string
}
>
get
Command
List
getCommandList
(
params
?:
Automate
.
CommonParameters
,
)
:
Promise
<
{
Description
?:
string
;
Id
?:
string
;
Level
?:
number
;
Name
?:
string
}
[]
,
>
Parameters
params
:
Automate
.
CommonParameters
= {}
Returns
Promise
<
{
Description
?:
string
;
Id
?:
string
;
Level
?:
number
;
Name
?:
string
}
[]
>
Protected
request
request
<
T
=
unknown
>
(
args
:
RequestOptions
)
:
Promise
<
T
>
Type Parameters
T
=
unknown
Parameters
args
:
RequestOptions
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Command
get
Command
List
request
connectwise-rest
Loading...
Commands module