Hi, I'm using API v2 with C#. I'm doing the multipart Contact Import in batches of 2000 at a time. I check the status using the Individual Activity Status Endpoint which is ConstantContact.GetActivity() in C#. If there are errors, I see the error count > 0 but the Errors are empty in the JSON. Is this a bug on your side or is this not implemented yet? Like here's a sample JSON response to the GetActivity() call : {"id":"db1edfb0-d7df-11e4-b12a-d4ae528eade9","type":"ADD_CONTACTS","status":"COMPLETE","errors":[],"file_name":"20150331163602_no_discipline_contacts_2.csv","start_date":"2015-03-31T19:57:00.000Z","finish_date":"2015-03-31T19:57:14.000Z","created_date":"2015-03-31T19:55:18.000Z","error_count":4,"contact_count":1999}" It shows up in the docs here: http://developer.constantcontact.com/docs/bulk_activities_api/bulk-activities-status-detail-report-api.html Thx.
... View more