Add api method to retrieve cards on 1 list #736

Closed
opened 2026-02-04 21:09:45 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @CrazyHenk44 on GitHub (Jun 12, 2025).

Is this a feature for the backend or frontend?

Backend

What would you like?

I would like a method to get the cards from 1 list.

Similar to create:
POST https://planka.dominio.com/api/lists/:listId/cards

I like to have a
GET https://planka.dominio.com/api/lists/:listId/cards ( or https://planka.dominio.com/api/lists/:listId )

Why is this needed?

Now I can only get all cards on the whole board (with the list indication), but i would like to only work with a listid and not track the boardid in my application. So I can create and get on a listId and not 'remember' the boardId.

Other information

No response

Originally created by @CrazyHenk44 on GitHub (Jun 12, 2025). ### Is this a feature for the backend or frontend? Backend ### What would you like? I would like a method to get the cards from 1 list. Similar to create: POST https://planka.dominio.com/api/lists/:listId/cards I like to have a GET https://planka.dominio.com/api/lists/:listId/cards ( or https://planka.dominio.com/api/lists/:listId ) ### Why is this needed? Now I can only get all cards on the whole board (with the list indication), but i would like to only work with a listid and not track the boardid in my application. So I can create and get on a listId and not 'remember' the boardId. ### Other information _No response_
Author
Owner

@meltyshev commented on GitHub (Jun 16, 2025):

Hi! It should already be there: GET /api/lists/:id. All the cards in the list will be included under included -> cards.

@meltyshev commented on GitHub (Jun 16, 2025): Hi! It should already be there: `GET /api/lists/:id`. All the cards in the list will be included under `included -> cards`.
Author
Owner

@CrazyHenk44 commented on GitHub (Jun 19, 2025):

Thanks, I'm strugling to find that on https://documenter.getpostman.com/view/3360622/2sB2cRCPpU#intro
It works indeed. Thanks for the feedback.

@CrazyHenk44 commented on GitHub (Jun 19, 2025): Thanks, I'm strugling to find that on https://documenter.getpostman.com/view/3360622/2sB2cRCPpU#intro It works indeed. Thanks for the feedback.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#736