API Questions #353

Closed
opened 2026-02-04 18:40:13 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @TywinLanni on GitHub (Aug 24, 2023).

Good afternoon, is there any way to get the entire list of comments from all cards in one request? For example GET /api/comment-actions. Now you have to request /api/cards/:cardId/actions separately for each card, this is not convenient.

The second question is can I get details actions? Endpoint /api/cards/:cardId/actions gon't recive it.

Thanks in advance for your reply!

image

Originally created by @TywinLanni on GitHub (Aug 24, 2023). Good afternoon, is there any way to get the entire list of comments from all cards in one request? For example GET /api/comment-actions. Now you have to request /api/cards/:cardId/actions separately for each card, this is not convenient. The second question is can I get details actions? Endpoint /api/cards/:cardId/actions gon't recive it. Thanks in advance for your reply! ![image](https://github.com/plankanban/planka/assets/40320847/8a2fb583-9b06-4ff7-972f-9c2d07b66641)
OVERLORD added the question label 2026-02-04 18:40:13 +03:00
Author
Owner

@meltyshev commented on GitHub (Aug 26, 2023):

Hi! Unfortunately, there is no way to get all actions in one request 😔 To get actions with details, you have to pass the withDetails: true parameter (by default it is false).

@meltyshev commented on GitHub (Aug 26, 2023): Hi! Unfortunately, there is no way to get all actions in one request 😔 To get actions with details, you have to pass the `withDetails: true` parameter (by default it is false).
Author
Owner

@TywinLanni commented on GitHub (Aug 27, 2023):

Thank you for answer!

@TywinLanni commented on GitHub (Aug 27, 2023): Thank you for answer!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#353