REST method: GET
URL: https://app.knowledgeowl.com/api/head/comment/{id}.json
Required fields: project_id={knowledge base ID}
You may use this endpoint to get an article comment object.
Limiting Returned Fields
To reduce the amount of information returned, you may include which fields should be returned like so:
https://app.knowledgeowl.com/api/head/comment.json?_fields[]=status
This example will only return data for the status field of the comment object.