/api/v1/projects/{projectId}/tickets/{ticketId}/comments

This can be used to list all project tickets comments in a paginated response.

Please note:

  • The pagination system works slightly differently for the project tickets' comments.
  • Because of the way our system is designed, we cannot offer the exact same pagination system as for the other entities.
  • In this case, we cannot offer the total number of items in the collection, only the next page token (referred to as after).
  • limit is only used in conjunction with after to fetch the next page of results and it defaults to 25.
  • Ordering is also not supported, at the moment.
Path Params
string
required
string
required
Query Params
string

The last element from the previous page. This is a cursor. It will be returned in the output to be used in the next request. When it is not present, the first page is returned. When it is null, there are no more pages.

number
1 to 1000
Defaults to 25

How many items should be in the output.

Headers
string

The HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json