v1

latestOpenAPI 3.0.12026-07-2471156164.1 KB
Card Comments

List card comments

Returns all undeleted card comments accessible to the authenticated user. A maximum of 25 card comments will be returned. If more than 25 card comments exist, a link to the next page of results will be included in the Link header

get/api/v1/cards/{cardId}/comments

Path parameters

cardIdstring required

The ID of the card

Query parameters

tokenstring

Paging token

status'OPEN' | 'RESOLVED'

status

Response

successful operation

idstring

ID of the comment

totalRepliesinteger

Number of total replies on the comment

status'OPEN' | 'RESOLVED'

Status of the comment

contentstring required

Comment content (max length: 2500 characters)

lastModifiedstring date-time

Date the comment was last modified. Dates are in ISO-8601 format. Example date (January 2nd 2014 12pm UTC): 2014-01-02T12:00:00.000+0000

deletedboolean

Indicates if the comment has been deleted

dateCreatedstring date-time

Date the comment was created. Dates are in ISO-8601 format. Example date (January 2nd 2014 12pm UTC): 2014-01-02T12:00:00.000+0000