Hi,
I'm using the REST API, and want to get an array of all the interest ID's a company has.
This REST call seems it should return that:
/api/v1/Contact?$format=json&$select=contactId,contactInterestIds
However, instead of an array of interests it returns the name of ONE of the interestest. Is that the way it is supposed to be?

Frode