The Get All Portals API returns all portals in a partition or department.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "portal": [
- {
- "id": "PZ-9999",
- "name": "Master Portal",
- "departmentId": "999",
- "description": "Automatically created portal allowing access to all published articles",
- "defaultContentLanguageId": "1",
- "defaultContentLanguageCode": "en-US",
- "createdBy": {
- "id": "1004",
- "firstName": "pa",
- "middleName": "",
- "lastName": "developer",
- "userName": "pa_Developer"
}, - "createdDate": "2022-03-09T00:22:14Z",
- "modifiedBy": {
- "id": "1004",
- "firstName": "pa",
- "middleName": "",
- "lastName": "developer",
- "userName": "pa_Developer"
}, - "modifiedDate": "2023-10-18T16:13:53Z",
- "isStructuredAuthoringEnabled": false,
- "isManageDraftVisibilityEnabled": false,
- "portalSettings": {
- "isAnnoucementsEnabled": false,
- "isAgentsSSOEnabled": false,
- "isAgentsDelegatedAuthenticationEnabled": false,
- "isPopularArticlesListEnabled": false,
- "popularArticlesListInfluenceWeight": 10,
- "popularArticlesListInfluencePeriod": 1,
- "appendSessionJourneyToEmail": false,
- "isArticleSuggestionsBeforeEscalationEnabled": false,
- "isEscalationToEmailEnabled": false,
- "numberOfSuggestedArticlesBeforeEscalation": 0,
- "isGHInSearchResultsEnabled": false,
- "webSearchDomain": "",
- "intranetSearchURL": "",
- "questionMatchingEngineURL": "",
- "isCaptchaEnabled": false,
- "captchaSiteKey": "",
- "isArticleSharingEnabled": false,
- "tagCategoriesForSearchFilter": {
- "tagCategory": [ ]
}, - "maxWebSearchResults": 5,
- "maxIntranetSearchResults": 5,
- "isSearchAutocompleteEnabled": true,
- "isWebSearchEnabled": false,
- "isIntranetSearchEnabled": false,
- "isCustomAttributesFilteringEnabled": true,
- "isSpellcheckEnabled": true,
- "searchLearningInclusionThreshold": 5,
- "searchLearningInfluence": 0,
- "searchLearningMaxInfluence": 300,
- "searchLearningLevel": 0,
- "searchRelatedTermsMinResultsThreshold": 10,
- "searchRelatedTermWeight": 0.25,
- "customAttributesForSearchFilter": [ ],
- "isGHEnabled": false,
- "isGHStartupQuestionsBeforeUnansweredQuestionsEnabled": true,
- "isGHDetailsForSearchEnabled": false,
- "isGHShortNameInSearchEnabled": false,
- "GHFailureSuccessThreshold": 0,
- "maxGHAnsweredQuestions": 10,
- "maxGHUnansweredQuestions": 10,
- "maxGHSearchResults": 0,
- "isGHResultsShownOnSuccessfulSearch": false,
- "isGHControlActionDiagnosticsEnabled": false,
- "isGHClusterScopeDiagnosticsEnabled": false,
- "isRelatedArticlesEnabled": true,
- "isArticleFeedbackEnabled": true,
- "isArticleFeedbackCommentsEnabled": false,
- "isArticleFeedbackSummaryEnabled": false,
- "isRelatedArticlesInSameTopicEnabled": true,
- "isAuthenticationRequired": true,
- "isArticleSuggestionsEnabled": true,
- "isMySuggestionsEnabled": true,
- "customerProfileAttributes": {
- "attribute": [
- {
- "name": "firstName",
- "mandatory": false,
- "editable": true
}, - {
- "name": "lastName",
- "mandatory": false,
- "editable": true
}, - {
- "name": "emailAddress",
- "mandatory": false,
- "editable": true
}
]
}
}, - "kbLanguages": {
- "kbLanguage": [
- {
- "name": "English (US)",
- "code": "en-US"
}
]
}, - "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PZ-9999?departmentId=999&%24lang=en-US"
}
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 10
}
}