interface GetCommentsByIds {
    expand?: string | string[];
    ids: number[];
}

Hierarchy (view full)

Properties

Properties

expand?: string | string[]

Use expand to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include:

  • renderedBody Returns the comment body rendered in HTML.
  • properties Returns the comment's properties.
ids: number[]

The list of comment IDs. A maximum of 1000 IDs can be specified.