get https://api.capmo.de/api/v1/projects//tickets//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 withafter
to fetch the next page of results and it defaults to25
.- Ordering is also not supported, at the moment.