basecrm-python
basecrm-python copied to clipboard
Wrong url preperation
When I want to pass along 'custom_fields[Name#3]'
, it gets sent as the invalid custom_fields/Name#3
Hey @Zaab1t. Unfortunately I cannot reproduce. Can you provide more details - which API are you trying to use?
I created a Deal Custom Field named "Name#3" and I was able to query Deals with:
client.deals.list(**{'custom_fields[Name#3]': 'value'})