how come my customer record rest API call is retur...
# suitetalkapi
l
how come my customer record rest API call is returning this instead of JSON
a
that looks like hex, its probably the data you want just not formatted correctly... do you have an application/json header?
l
yes i do but still same thing
a
yeah this is hex... its not a NS issue, its whatever you're doing with the results, or your print operation
l
ok thanks. ill look into it