connectwise-rest
Preparing search index...
Manage
ConfigurationsAPITypes
ConfigurationsAPI
Class ConfigurationsAPI
Configurations module
Hierarchy
ManageBaseAPI
ConfigurationsAPI
Index
Methods
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
By
Id
Info
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
Info
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
Info
Count
get
Configurations
Types
By
Parent
Id
Questions
By
Id
Info
get
Configurations
Types
By
Parent
Id
Questions
Info
get
Configurations
Types
By
Parent
Id
Questions
Info
Count
get
Configurations
Types
Info
get
Configurations
Types
Info
Count
request
Methods
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
By
Id
Info
getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesByIdInfo
(
grandparentId
:
number
,
parentId
:
number
,
id
:
number
,
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
entryType
?:
"Date"
|
"EntryField"
|
"List"
|
"Option"
|
null
;
fieldType
?:
|
"Text"
|
"Password"
|
"Percent"
|
"TextArea"
|
"Currency"
|
"Date"
|
"Hyperlink"
|
"IPAddress"
|
"Checkbox"
|
"Number"
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
numberOfDecimals
?:
number
|
null
;
question
?:
string
;
requiredFlag
?:
boolean
|
null
;
sequenceNumber
?:
number
|
null
;
}
,
>
Parameters
grandparentId
:
number
parentId
:
number
id
:
number
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
entryType
?:
"Date"
|
"EntryField"
|
"List"
|
"Option"
|
null
;
fieldType
?:
|
"Text"
|
"Password"
|
"Percent"
|
"TextArea"
|
"Currency"
|
"Date"
|
"Hyperlink"
|
"IPAddress"
|
"Checkbox"
|
"Number"
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
numberOfDecimals
?:
number
|
null
;
question
?:
string
;
requiredFlag
?:
boolean
|
null
;
sequenceNumber
?:
number
|
null
;
}
,
>
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
Info
getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesInfo
(
grandparentId
:
number
,
parentId
:
number
,
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
defaultFlag
?:
boolean
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
question
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
question
?:
string
;
}
;
value
?:
string
;
}
[]
,
>
Parameters
grandparentId
:
number
parentId
:
number
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
defaultFlag
?:
boolean
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
question
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
question
?:
string
;
}
;
value
?:
string
;
}
[]
,
>
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
Info
Count
getConfigurationsTypesByGrandparentIdQuestionsByParentIdValuesInfoCount
(
grandparentId
:
number
,
parentId
:
number
,
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
count
?:
number
}
>
Parameters
grandparentId
:
number
parentId
:
number
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
count
?:
number
}
>
get
Configurations
Types
By
Parent
Id
Questions
By
Id
Info
getConfigurationsTypesByParentIdQuestionsByIdInfo
(
id
:
number
,
parentId
:
number
,
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
entryType
?:
"Date"
|
"EntryField"
|
"List"
|
"Option"
|
null
;
fieldType
?:
|
"Text"
|
"Password"
|
"Percent"
|
"TextArea"
|
"Currency"
|
"Date"
|
"Hyperlink"
|
"IPAddress"
|
"Checkbox"
|
"Number"
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
numberOfDecimals
?:
number
|
null
;
question
?:
string
;
requiredFlag
?:
boolean
|
null
;
sequenceNumber
?:
number
|
null
;
}
,
>
Parameters
id
:
number
parentId
:
number
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
entryType
?:
"Date"
|
"EntryField"
|
"List"
|
"Option"
|
null
;
fieldType
?:
|
"Text"
|
"Password"
|
"Percent"
|
"TextArea"
|
"Currency"
|
"Date"
|
"Hyperlink"
|
"IPAddress"
|
"Checkbox"
|
"Number"
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
numberOfDecimals
?:
number
|
null
;
question
?:
string
;
requiredFlag
?:
boolean
|
null
;
sequenceNumber
?:
number
|
null
;
}
,
>
get
Configurations
Types
By
Parent
Id
Questions
Info
getConfigurationsTypesByParentIdQuestionsInfo
(
parentId
:
number
,
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
entryType
?:
"Date"
|
"EntryField"
|
"List"
|
"Option"
|
null
;
fieldType
?:
|
"Text"
|
"Password"
|
"Percent"
|
"TextArea"
|
"Currency"
|
"Date"
|
"Hyperlink"
|
"IPAddress"
|
"Checkbox"
|
"Number"
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
numberOfDecimals
?:
number
|
null
;
question
?:
string
;
requiredFlag
?:
boolean
|
null
;
sequenceNumber
?:
number
|
null
;
}
[]
,
>
Parameters
parentId
:
number
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
configurationType
?:
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
|
null
;
name
?:
string
;
}
;
entryType
?:
"Date"
|
"EntryField"
|
"List"
|
"Option"
|
null
;
fieldType
?:
|
"Text"
|
"Password"
|
"Percent"
|
"TextArea"
|
"Currency"
|
"Date"
|
"Hyperlink"
|
"IPAddress"
|
"Checkbox"
|
"Number"
|
null
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
numberOfDecimals
?:
number
|
null
;
question
?:
string
;
requiredFlag
?:
boolean
|
null
;
sequenceNumber
?:
number
|
null
;
}
[]
,
>
get
Configurations
Types
By
Parent
Id
Questions
Info
Count
getConfigurationsTypesByParentIdQuestionsInfoCount
(
parentId
:
number
,
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
count
?:
number
}
>
Parameters
parentId
:
number
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
count
?:
number
}
>
get
Configurations
Types
Info
getConfigurationsTypesInfo
(
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
name
?:
string
;
systemFlag
?:
boolean
|
null
;
}
[]
,
>
Parameters
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
_info
?:
{
[
key
:
string
]:
string
}
;
id
?:
number
;
inactiveFlag
?:
boolean
|
null
;
name
?:
string
;
systemFlag
?:
boolean
|
null
;
}
[]
,
>
get
Configurations
Types
Info
Count
getConfigurationsTypesInfoCount
(
params
?:
Manage
.
CommonParameters
,
)
:
Promise
<
{
count
?:
number
}
>
Parameters
params
:
Manage
.
CommonParameters
= {}
Returns
Promise
<
{
count
?:
number
}
>
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
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
By
Id
Info
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
Info
get
Configurations
Types
By
Grandparent
Id
Questions
By
Parent
Id
Values
Info
Count
get
Configurations
Types
By
Parent
Id
Questions
By
Id
Info
get
Configurations
Types
By
Parent
Id
Questions
Info
get
Configurations
Types
By
Parent
Id
Questions
Info
Count
get
Configurations
Types
Info
get
Configurations
Types
Info
Count
request
connectwise-rest
Loading...
Configurations module