GET/v/2/tasks/{id}/comments.json

Get Comment Reactions on a task

This is on the comments API, in order to turn the reactions you must add getReactions=true.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Query Params

  • Name
    page
    Type
    number
    Description
  • Name
    pageSize
    Type
    string
    Description
  • Name
    getLikes
    Type
    string
    Description
  • Name
    getEmoji
    Type
    string
    Description
  • Name
    getReactions
    Type
    string
    required
    Description
  • Name
    orderBy
    Type
    string
    Description

    date

    Default
  • Name
    sortOrder
    Type
    string
    Description

    asc or desc - The order to sort the returned data

    Default
    asc
    Allowed values
    • asc
    • desc