khill
7 years agoMentor
New Board Data from API Not Returning?
Hi everyone,
I am passing a very basic API call every month to capture any changes to our board metadata.
LiQL query = SELECT * FROM boards LIMIT 100
We added a couple of new boards over the last month, but these new board IDs are not returning in my API call. However, I can call the board individually and the data returns correctly for this new board:
LiQL query = SELECT * FROM boards WHERE id = 'dspip-tools' LIMIT 100
Any ideas why the more general call is not working? I can confirm it is returning updated info for the previously existing boards (i.e. title, description, etc.) just not returning the new board data.