The Get All Portals Accessible to User API allows a user to fetch all portals accessible to user across all department.
Success
No Content If all the portals are personalized and user does not have any profile assigned
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
By default, shortURL only contains single object
{- "portal": [
- {
- "name": "Master Portal",
- "description": "Automatically created portal allowing access to all published articles",
- "department": {
- "name": "Service",
- "id": "999"
}, - "shortURL": [
- {
- "id": "PROD-1000",
- "templateName": "silver",
- "shortURLName": "9BAED8",
- "isDefault": true
}
], - "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PZ-9999?filterText=master&department=service&shortUrlTemplate=silver&%24lang=en-US"
}, - "id": "PZ-9999"
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 25
}
}