Get an article by its ID
Returns a single article by ID within the specified knowledge base.
Rate limit: 300 requests per minute
Path parameters
The KnowledgeBaseID of the article to fetch.
The ID of the article to fetch.
Query parameters
The language code to fetch the article in. If not provided, returns the default language.
Response
Example response
{
"data": {
"tags": [
{
"object_type": "issue"
}
],
"visibility_config": {
"customer_visibility_condition": {
"subfilters": [
{
"field": "state",
"operator": "equals",
"value": "new"
}
]
}
}
}
}Changes
Changed in 3 of the 22 revisions of this API.131
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ▲
the response property
data/visibility_config/customer_visibility_condition/fieldbecame optional for the status200response-property-became-optional
- ▲
- ●
added the new
accountenum value to thedata/tags/items/object_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
articleenum value to thedata/tags/items/object_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
issueenum value to thedata/tags/items/object_typeresponse property for the response status200response-property-enum-value-added
- ●