Closed karelbartunek closed 6 years ago
Hello! The ids
parameter is required (per our documentation).
I've tested and both of the examples below work as expected:
// Get all custom fields
$ac->api("list/field/view?ids=all");
// Get custom field with ID = 2
$ac->api("list/field/view?ids=2");
Let us know if that still doesn't fix it for you! 😃
I just added $post_data because of this error - "result_message":"Failed: Nothing is returned"