According to the docs on Cards Nested Resource if my endpoint is /1/boards/{id}/cards
it is possible to pass limit
param of value from 1
to 1000
.
However in my case it throws API_TOO_MANY_CARDS_REQUESTED
whenever I pass limit
greater than 300
.
Is it possible to get more than 300 cards from a board in one API call? Or the limit
param actually accepts a number from 1
to 300
instead of 1
to 1000
?
Endpoint that I’ve checked is precisely
https://api.trello.com/1/boards/{board_id}/cards?checklists=all&actions=commentCard,copyCommentCard&fields=id,name,due,desc,dueComplete,idMembers,closed,idList,pos,idAttachmentCover&attachments=true