Knowledge
Get articles by IDs
Fetch one or more articles by ID.
POST
Use this route when you want direct lookup by one or more article IDs.
If you want to fetch a single article by ID, send a single-item
articleIds array. There is no workspace-API-key GET /v2/hc-articles/:id/public route in the current controller.Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.application/jsonBody parameters
Article IDs to fetch in one request.
Response
Returns an array of the article objects that were found in the workspace. Each item uses the shared object defined in Manage knowledge.The current route returns the articles it finds. It does not reject the request just because some requested IDs are missing.
Errors
400 Bad Request
400 Bad Request
The request body is malformed or
articleIds is missing.401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
read scope.
