Internal
Create a new instance of the service.
Returns a list of Assets workspace IDs. Include a workspace ID in the path to access the Assets REST APIs.
Permissions required: Any
Optional
limit?: numberThe maximum number of workspace IDs to return per page. Default: 50 See the Pagination section for more details.
Optional
start?: numberThe starting index of the returned workspace IDs. Base index: 0 See the Pagination section for more details.
Returned if the request is successful.
example:
{
"_expands": [],
"size": 1,
"start": 1,
"limit": 1,
"isLastPage": true,
"_links": {
"base": "https://your-domain.atlassian.net/rest/servicedeskapi",
"context": "context",
"next": "https://your-domain.atlassian.net/rest/servicedeskapi/rest/servicedeskapi/assets/workspace?start=2&limit=1",
"prev": "https://your-domain.atlassian.net/rest/servicedeskapi/rest/servicedeskapi/assets/workspace?start=0&limit=1"
},
"values": [
{
"workspaceId": "1060ba0e-178b-4e0e-g0h1-jedb02cccb5f"
}
]
}
This endpoint is deprecated, please use /assets/workspace/.
Optional
limit?: numberOptional
start?: number200 response
Protected
Static
initialize
See
https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-assets