Planka API returns HTML error page instead of JSON data for labels endpoint #630
-
When making a request to the Planka API endpoint /api/cards/{card_id}/labels, the response is an HTML error page instead of the expected JSON data containing labels. This issue occurs regardless of the card ID used. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
While following the documentation provided at hwelch-fle.github.io/plankapy/plankapy.html, which indicates the existence of an endpoint /api/cards/{card_id}/labels for retrieving labels associated with a card in Planka, I encountered an issue. Upon making requests to this endpoint, instead of receiving JSON data containing the labels, an HTML error page is returned. This problem persists regardless of the card ID specified. Further investigation into the official Planka repository's routes.js file, located at github.com/plankanban/planka, revealed that this specific endpoint does not appear in the list of available endpoints. |
Beta Was this translation helpful? Give feedback.
-
Thanks for responding. Is there a release date for v2 API? Unfortunately, without this endpoint, we will have to consider other options. |
Beta Was this translation helpful? Give feedback.
-
I saw that it is possible to obtain the label properties given the board ID, this should be sufficient. Thanks. |
Beta Was this translation helpful? Give feedback.
I saw that it is possible to obtain the label properties given the board ID, this should be sufficient. Thanks.