Skip to main content

Hi,


What is max archived items per board?


I made query. It returned 300 so I imply it is 1000


query {

items_by_column_values (board_id: 829428879, limit: 700, page: 2,

column_id: “pozice_ve_skladu”,

column_value: “Skript mění RSV2”,

state:archived) {

id

name

state

}

}

Hello @swosh!


As far as I can see here, there is no limit for archived items in a board.


You could be seeing 300 results because you are in the second page of your pagination.


If your limit is 700 and you have 1000 archived items, then page 2 would have 300 items.


Hope that helps!


Cheers,

Matias


Thanks. It was just idea because it was rounded 1000. It is not probable to get clear 1000


Reply