Skip to content

Filter problem #1

@Kink03

Description

@Kink03

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions