Skip to main content
API version 2024.0 Base representation of a comment.
This resource has a few variations that can be encountered when using the API.The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.
id
string
example: 11446498The unique identifier for this comment.
type
string
example: commentThe value will always be comment.Value is always comment
{
  "id": "11446498",
  "type": "comment"
}