Skip to main content

APIs deprivation issue

  • February 9, 2024
  • 2 replies
  • 189 views

  • Participating Frequently

Hi,

Could you confirm whether the following APIs are deprecated?

  1. “query { boards {name id items {name id}} }”
  2. let options = { “query”: “query { boards(ids: 3784671102) {name items {name}}}” };

Thanks,
Priyadharshini R

2 replies

Forum|alt.badge.img
  • monday.com Team Member
  • February 9, 2024

Hi Priya,

To confirm, both of these queries contain the items query nested under a boards query, so yes, this has been deprecated. Please go ahead and use the items_page query!

Best,
Joseph


  • Author
  • Participating Frequently
  • February 10, 2024

Hi,

Thanks for the prompt response!

We will change the query.

Thanks & Regards
Priyadharshini R