GET customer_events/configuration/classifications/list
This method returns the customer event classifications that are allowed to be used by each type of customer event. Multiple customer event classifications are returned by each call
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
type (mandatory) | String | The type related with the retrieved classifications. The supported options are the following: PURCHASE, REFERRAL, WEB, SOCIAL_MEDIA, ACHIEVEMENT, SPEND_REQUEST, FINANCIAL_ACHIEVEMENT, FINANCIAL_STATEMENT FINANCIAL_ACHIEVEMENT customer event type is available from CRM.COM R10.0.0 FINANCIAL_STATEMENT customer event type is available from CRM.COM R11.0.0 |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved customer event classification |
name | String | The name of the retrieved customer event classification |
alternative_code | String | The alternative code of the customer event classification |
description | String | A description of the retrieved customer event classification |
type | String | The type of the retrieved customer event classification. The supported options are the following: PURCHASED, REFERRAL, WEB, SOCIAL_MEDIA, ACHIEVEMENT, SPEND_REQUEST, FINANCIAL_ACHIEVEMENT, FINANCIAL_STATEMENT FINANCIAL_ACHIEVEMENT customer event type is available from CRM.COM R10.0.0 FINANCIAL_STATEMENT customer event type is available from CRM.COM R11.0.0 |
log_information | Log Information Object | The log information of the retrieved customer event classification |
Referred Objects Response Data