The Get All Article Lists API returns all quick Article lists that are configured for a portal.
Success
No Article Lists Configured in Portal
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "articleList": [
- {
- "name": "New Articles",
- "typeId": "10",
- "description": "Recently added articles in KB",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/articlelists/1003?%24lang=en-US"
}, - "id": "PROD-1003"
}, - {
- "name": "Updated Articles",
- "typeId": "11",
- "description": "Recently changed articles in KB",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/articlelists/1004?%24lang=en-US"
}, - "id": "PROD-1004"
}, - {
- "name": "Lending",
- "typeId": "50",
- "description": "Lending related articles in KB",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/articlelists/PROD-3258?%24lang=en-US"
}, - "id": "PROD-3258"
}
]
}