Help

Get record id with specific field

Topic Labels: API
3712 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Erikh_Soukharev
4 - Data Explorer
4 - Data Explorer

Hi, how can i get some record id from a specific table with a specific field (id, email…)?

I use CURL with PHP.

Some like: https://api.airtable.com/v0/.../.../specific_field=value \

Thanks!

1 Reply 1
Sleiman-Tanios_
4 - Data Explorer
4 - Data Explorer

Hey, I know it’s been a while since you wrote here. The PHP wrapper sleiman/airtable-php has a function that does that exactly.

Quick Check

Find a record or many with one line. It’s useful when you want to know if a user is already registered or if the same SKU is used. The response will return “count” and “records”.