Get Single Article
Retrieve a single article by the article ID
Get Single Article
GET
https://{{account_id}}.acquire.io/api/v1/kb/article/single/{{groupId}}/{{articleId}}
Get a single article by the article ID. The groupId and articleId must be passed into the endpoint as path parameters.
Path Parameters
Name
Type
Description
groupId
integer
Specify the group id of the article
articleId
integer
Specify the id of the article
Headers
Name
Type
Description
Authorization
string
Bearer {{API_Key}}
Last updated