Download Contact with Tag and Date

Hi team! How can I download a contact with tag and with date using API? Thanks for your reply!

Contact information can be retrieved via GET request to /contacts/{id}:

https://developer.infusionsoft.com/docs/rest/#!/Contact/getContactUsingGET

Thanks for quick response @TomScott but it doesnt have the details when it was tagged. And I currently using the legacy.

Ah, we don’t have a “created” date on a lot of the sub-resources yet, but it’s on our list to do.

For the Legacy XML-RPC API you’ll need to do a DataService.query invocation on the ContactGroupAssign table, which should have a LastUpdated field, if memory serves.

Ok we have found it from the ContactGroupAssign table. Thanks for your help!!