-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
Thanks for your job, it works fine.
But I wanted to add a filter, and it does not work.
I wrote this:
$baserow = new Baserow([
'api_key' => 'myAPIkey',
'api_url' => 'https://api.baserow.io/api/database/rows/table/',
'debug' => true,
'table_map' => []
]);
$params = array(
//"filter__field_504823__equal" => $email //does not work. this field is an email.
);
$response = $baserow->list(81777, $params); //I must add a number to my table
Is it a bug, or a mistake?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels