I'm trying to use the api to fetch all cards from a specific pipe and read through a few of start_form_fields from each of those cards. But I have not found any way to retrieve start_form_fields...
Solved
Not possible to retrieve cards from a specific pipe with its start_form_fields
Best answer by Leandro Almeida
Hi André!
Sorry for the delay. Yes, I did a test and using this query, I got the values from the start form, but, using the ID of the phase where the card is:
{
phase(id: XXXXXXXXX) {
id
name
cards_count
cards{ edges {node { id, title, fields {name, value} }}
}
}
}
![](https://uploads-us-west-2.insided.com/pipefy-en/attachment/902486c1-48f6-47dc-b8fc-1d03f1f80da6.png)
Please, see if this is what you want.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.