Helo!
I am trying to build an API that imports my data from databases, but I would like to import only the specific database and not all of them.
How do I find IDs?
Helo!
I am trying to build an API that imports my data from databases, but I would like to import only the specific database and not all of them.
How do I find IDs?
Hello Ana, how are you doing today?
You need the record’s IDs?
You can have an ID field and/or also check it in the record’s URL:
Or with API something like this:
{table(id:"xxx"){
table_records{
edges{
node{
id
title
}
}
}
}
}
If that’s not exactly it, please let me know! =)
Helloo, its the number on the URL, or you can run the querry at the https://api.pipefy.com/graphql:
{table(id:"***********"){
table_records{
edges{
node{
id
title
}
}
}
}
}
If you need something else just text.
Hope I help
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.