airtable-php
airtable-php copied to clipboard
Sort an expended response
When I am doing an expended request where can I pass in my sort parameter?
$params = array(
'sort'=> array(
array( 'field' => 'Job_Name', 'direction' => 'asc')
)
);
$expended = $airtable->getContent( "Customers/recpJGOaJYB4G36PU", $params, false, [
'Customer Details'
] );
Can I pay you to help me with a few items?
This feature has not yet been implemented in our wrapper.
We will take a look at this: it could be a nice feature to have.
So currently you can only do eager loading with a specific record, correct? I would definitely give a big plus for adding support for filters/parameters, that would be awesome.
Is eager loading making multiple calls or is a single call to Airtable?