Closed zero12o closed 8 years ago
I am not sure if this call pulls all the custom fields from the account but I wanted to just pull the custom field ID from one custom field based on the name that I am looking for, example:
$getresponse->getCustomFields(array( 'fields' => 'thefieldname' ));
Am I making this call correctly ?
I have found what I did wrong.
I am not sure if this call pulls all the custom fields from the account but I wanted to just pull the custom field ID from one custom field based on the name that I am looking for, example:
$getresponse->getCustomFields(array( 'fields' => 'thefieldname' ));
Am I making this call correctly ?