I'm learning graphQL and currently I need to query all the cards in a phase, however, I'm having great difficulty, can anyone instruct me with a query?
If you use the query like this below, you can bring up all the cards in all the phases, and filter manually from there:query
{
pipe (id: xxxxxxx)
{
phases {
id
name
cards
{
edges
{
node
{
id
title
}
}
}
}
}
}
Hi
Â
I'll leave you with the help link to our Pipe report:
https://help.pipefy.com/en/articles/625628-how-to-edit-pipe-reportsÂ
With it you can filter all the cards in a phase, using the fields as specifications, to refine your searchÂ
Â
best regards
Â
The links provided were of great help, however, I need a way to directly consult the "cards" that are within a specific "phase".
Hi
You will find many content about APIÂ here:Â https://community.pipefy.com/api-76
Let us know if you need help with anything else!
Hi,
Try this
https://community.pipefy.com/ask-the-community-43/how-to-get-all-cards-from-phase-1291
Â
Reply
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.