Comments
API endpoints for comments
List comments for an entity
GET /api/v1/comments
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
entityType | query | string (project, space, asset, scout) | Yes | — |
entityId | query | string | Yes | — |
Example request
curl -X GET \
"https://api.example.com/api/v1/comments?entityType=<entityType>&entityId=<entityId>" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json"Response body type
—
createComment
POST /api/v1/comments
Example request
curl -X POST \
"https://api.example.com/api/v1/comments" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json"Response body type
—
© 2025 Pilfer
All rights reserved.
All rights reserved.