Hi,
I am trying to make an API call to createCard referring to this link.
The documentation here seems to be a bit tricky. What are the fields passed inside the "fields_attributes"?
How do I get the IDs of the fields in my instance?
Hi,
I am trying to make an API call to createCard referring to this link.
The documentation here seems to be a bit tricky. What are the fields passed inside the "fields_attributes"?
How do I get the IDs of the fields in my instance?
Best answer by Nicole Chiroli
Hello
To get your fields IDs you can use this query using the pipe ID:
{pipe (id:xxxxx){
start_form_fields{
id
}
}
}
And then you can check the fields attributes using our documentation on the side:
Let me know if it helps! :)
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.