I'm looking for a way to get record fields by id not by name.
It's possible while using select method using returnFieldsByFieldId parameter , but don't find how with find, update and create methods.
The web API supposes this is possible, but I don't find the way to do it thru javascript API
Any dea ?