Boguslaw Mista

Results 4 comments of Boguslaw Mista

Hi @Nowaker, Currently you can't. All the supported filters are listed on https://developers.getbase.com/docs/rest/reference/deals page. Potentially as a short term solution, you might want to use custom fields.

You want to sort by `last_activity_at` e.g. `client.deals.all(sort_by: :last_activity_at)` unfortunetly it's not exposed by the api, even the attribute is. I'll prioritise it for the next milestone.

Hi @Nowaker, what version of the official client library do you use ? Once you have a client instantiated it's as simple as calling: ``` ruby client.deals.create(contact_id: test_contact.id, name: "test...