ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

SDK list/field_view function not works #40

Closed alexander-torosh closed 8 years ago

alexander-torosh commented 8 years ago

Hello. I found that $sdk->api('list/field_view', ['ids' => 'all']); not works. But native request to API with list_field_view endpoint returns fields list

femiagbabiaka commented 8 years ago

Hello Oleksandr!

Try appending the params to the url like so: $sdk->api('list/field_view?ids=all');