v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Comments

List thread comments

Returns all comments in a comment thread.

get/api/v2/teams/{team_slug}/items/{dataset_item_id}/comment_threads/{thread_id}/comments

Path parameters

team_slugstring required

Team's sluggified name

dataset_item_idstring uuid required
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781
thread_idstring uuid required
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781

Response

Comments.Comment.CommentList

author_idinteger required
bodystring required
comment_thread_idstring uuid required
created_by_systemboolean required
idstring uuid required
inserted_atstring required
updated_atstring required

Example response

[
  {
    "comment_thread_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
    "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
  }
]