https://api.infusionsoft.com/crm/rest/v2/contacts API is only giving the below result params. however, these response is not enough. I want more details of contact for my development
id
given_name
family_name
https://api.infusionsoft.com/crm/rest/v2/contacts API is only giving the below result params. however, these response is not enough. I want more details of contact for my development
id
given_name
family_name
You can specify a ?fields=
list of properties to return as described here for the list operation as well.