ngocnicholas / airtable.net

Airtable .NET API Client
MIT License
141 stars 34 forks source link

returnFieldsByFieldId for single records as well as ListRecords #71

Closed tobyduncombe-ic closed 11 months ago

tobyduncombe-ic commented 1 year ago

Hi,

Thanks for your hard work maintaining this library. We've run into an issue where we'd like to depend only on fieldId of each record rather than the field names. Unfortunately, we need to use AirtableBase.RetrieveRecord() as well as ListRecords() and only the latter allows us to specify returnFieldsByFieldId

I can see here that it is supported in the airtable API. Is there any plan to add this functionality?

Thanks

ngocnicholas commented 1 year ago

This is my oversight. AirtableBase.RetrieveRecord() will allow you to specify returnFieldsByFiedId in the next release coming out soon.

ngocnicholas commented 11 months ago

Fixed in 1.4.0