Skip to main content
Question

How can I get the quantity of cards created in 2024 year via Pipefy API?

  • December 21, 2024
  • 0 replies
  • 33 views

Recently I had using this query but I'm not being successful

query { pipe(id: YOUR_PIPE_ID) { cards(filters: { created_at: { from: "2024-01-01T00:00:00Z", to: "2024-12-31T23:59:59Z" } }) { edges { node { id } } } } }

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings