This resource cointains all records of customers and customer sources.
All available methods for resource customer-source-records.
HTTP method | Endpoint | Description |
---|---|---|
[badge-blue GET] | /customer-source-records | Collection of customer source records |
Get information about all customer source records.
[badge-blue GET] /customer-source-records
Parameter name | Type | Description | Mandatory (Yes/No) |
---|---|---|---|
count | integer | The number of records to return. Default value is 100. |
No |
offset | integer | The number of records from a collection to skip. Default value is 0. | No |
sort_field | string | One of the query string parameters for sorting. Response is sorted by the specified field. | No |
sort_direction | string | Direction of sorting the response list. Possible values are: ASC / DESC | No |
customer_id | string | The unique id of the customer | No |
external_id | string | The unique external id of the customer. It may be id from the other system | No |
customer_source_id | string | The unique id of the customer source. It identifies the system where the customer belongs or the customer account was created | No |
Status code: 200 OK
Output structure : object
Parameter name | Type | Description |
---|---|---|
customer_source_records | CustomerSourceRecord[] | List of the customer source records |
total_items | integer | Count of all found customer source records |