For the complete documentation index, see llms.txt. This page is also available as Markdown.

Comments

List comments

get

Retrieve a list of comments, optionally filtered by resource ID and resource type.

Query parameters
resource_idstringOptional

Filter by resource id

resource_typestringOptional

Filter by resource type

Responses
200

Comments list

application/json
get/api/business_concepts/comments

Create comment

post

Create a new comment for a resource using the provided payload.

Body
Responses
201

Comment created

application/json
post/api/business_concepts/comments

Get comment by id

get

Retrieve a single comment by its ID.

Path parameters
idstringRequired

Comment ID

Responses
200

Comment

application/json
get/api/business_concepts/comments/{id}

Delete comment

delete

Delete the specified comment by its ID.

Path parameters
idstringRequired

Comment ID

Responses
204

Comment deleted

No content

delete/api/business_concepts/comments/{id}

No content

Last updated