Gets information about all interests and preferences within your CRM configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 3,
"count": 50,
"offset": 0,
"results": [
{
"id": "59c0d81b46fc511248b0ef55",
"name": "Book Club"
},
{
"id": "55f89dcc87bb384b24acc386",
"name": "Competitions"
},
{
"id": "55f89dcc87bb384b24acc38b",
"name": "Customer Evenings"
}
]
}