Closed alexander-torosh closed 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
$sdk->api('list/field_view', ['ids' => 'all']);
list_field_view
Hello Oleksandr!
Try appending the params to the url like so: $sdk->api('list/field_view?ids=all');
$sdk->api('list/field_view?ids=all');
Hello. I found that
$sdk->api('list/field_view', ['ids' => 'all']);
not works. But native request to API withlist_field_view
endpoint returns fields list