Hey there, Mark!
In Pipefy, the immutable identifiers for each object are as follows:
- Pipe: The Pipe ID (unique identifier for the pipe).
- Phase: The Phase UUID (unique identifier for each phase).
- Card: The Card UUID (unique identifier for each card).
- Field: The Field Internal ID (unique identifier for each field).
These identifiers remain constant and are used for API queries and integrations.
Great thanks. I see there is a field uuid too?
@Leonardo Lucena
Hi Leonardo, field uuid yes!
Here’s an example from a live query
"data": {
"card": {
"fields":
{
"field": {
"uuid": "b21470b4-b850-416a-92eb-2f4e0686847a"
}
},
{
"field": {
"uuid": "fdab56b7-09ab-437c-91e8-743b39dda8fa"
}
},
{
"field": {
"uuid": "fe33a15a-1a44-459d-be27-b02908ce153a"
}
},