I would like to know how can I get Assignee ID from a card using pipefy API?
Page 1 / 1
Hi,
Execute this query:
{
card (id: 12345678) {
assignees {
id
name
}
}
}
Reply
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.