This API allows to retrieve announcement articles in a portal.
Only those announcement articles in the portal will be returned which are displayable. An article is displayable if 'Include in browse on portals' property of the article type is set as yes.
Permission
Only those articles with an article type where the value of the “Include in browse on portals” attribute is Yes are returned.
Agents without a user profile and customers in a portal without a default user profile only have access to articles:
Without any access tags
Without any publish views
With a publish view without any tags
Agents with a user profile and customers in a portal with a default user profile have access to articles:
Without any access tag
Without any publish views
With a publish view without any tags
With access tags included in the user profile
With publish views with tags included in the user profile
Agents with the following actions can view updates to articles currently being processed in workflows:
View Author Portal – allows agents to view updates to articles at any stage in a workflow
View Staging Portal – allows agents to view updates to articles in the Staging stage or a subsequent stage in a workflow
SecurityoAuthUser or oAuthCustomer or oAuthAnonymousCustomer
Request
path Parameters
portalID
required
number
Example: 202200000001001
query Parameters
filter[tags]
string
A comma separated list of Tag / Tag Group IDs. Tag IDs and Tag Group IDs can be mixed together.
For agents with the View Author Portal or View Staging Portal actions, this determines which version of the article is returned; the most recent published version or the updated version currently being processed in a workflow.
Enum:"staging""authoring""publish"
Example: workflowMilestone=publish
$lang
string
The knowledge base language used for retrieving the response. This must be a language that is made available to the user. If this parameter is not passed, then the default language of the system is used.