Get a portal with the specified ID.
string
RequiredReturns the requested portal.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/servicedeskapi/portals/{portalId}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
{
"description": "<string>",
"id": 2154,
"name": "<string>",
"get_links": {
"self": "<string>"
}
}
Get a portal for the project by key.
string
RequiredReturns the requested portal.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/servicedeskapi/portals/project/{projectKey}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
{
"description": "<string>",
"id": 2154,
"name": "<string>",
"get_links": {
"self": "<string>"
}
}
Get all portals. Returns a maximum of 50 portals per page.
number
number