jira.js
Guide
GitHub
Preparing search index...
serviceDesk
getInsightWorkspaces
Function getInsightWorkspaces
getInsightWorkspaces
(
client
:
Client
,
parameters
?:
{
limit
?:
number
;
start
?:
number
}
,
options
?:
RequestOptions
,
)
:
Promise
<
{
_expands
?:
string
[]
;
_links
?:
{
base
?:
string
;
context
?:
string
;
next
?:
string
;
prev
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
;
isLastPage
?:
boolean
;
limit
?:
number
;
size
?:
number
;
start
?:
number
;
values
?:
{
workspaceId
?:
string
;
[
key
:
string
]:
unknown
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
This endpoint is deprecated, please use /assets/workspace/.
Parameters
client
:
Client
Optional
parameters
:
{
limit
?:
number
;
start
?:
number
}
Optional
options
:
RequestOptions
Returns
Promise
<
{
_expands
?:
string
[]
;
_links
?:
{
base
?:
string
;
context
?:
string
;
next
?:
string
;
prev
?:
string
;
self
?:
string
;
[
key
:
string
]:
unknown
;
}
;
isLastPage
?:
boolean
;
limit
?:
number
;
size
?:
number
;
start
?:
number
;
values
?:
{
workspaceId
?:
string
;
[
key
:
string
]:
unknown
}
[]
;
[
key
:
string
]:
unknown
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
This endpoint is deprecated, please use /assets/workspace/.