Closed ghost closed 3 years ago
@baptiste-pipplet I'm seeing the response size is 101 bytes, which is pretty similar to { "Count" : 1, "Data" : [{ "ContactID" : 123456, "Data" : [], "ID" : 123456 }], "Total" : 1 }
~ 93 bytes (probably real IDs add few bytes). And this is pretty weird, I cannot reproduce it. Are you still experiencing the issue?
Closed due to inactivity. Feel free to reopen the issue if the problem occurs again.
Hi,
I am trying to list the contact data for a specific contact.
Curl : https://api.mailjet.com/v3/REST/contactdata/123456
{ "Count" : 1, "Data" : [{ "ContactID" : 123456, "Data" : [{ "Name" : "firstname", "Value" : "XXX" }, { "Name" : "lastname", "Value" : "XXX" }, { "Name" : "company", "Value" : "XXX" }, { "Name" : "language", "Value" : "xx" }], "ID" : 123456 }], "Total" : 1 }
I here find strange that count = 1 and total=1 as there are many contact data fields, but I can deal with that later.Gem
There is nothing else here, however the end point seems correct.
is there anything to set here to get the actual contact data list?