patch https://api.talkdeskapp.com/record-lists/
Returns a record list object and starts file validation.
Scope
record-lists:write
Body Response - Schema
200 (updated record list)
Parameter | Type | Description | Required |
---|---|---|---|
id | string | ID of the record list. | no |
name | string | n/a | no |
unique_identifier_type | string | Duplicate checking logic configured for the record list: - PHONE_NUMBER - Duplicate checking based on the record's phone_number. - EXTERNAL - Duplicate checking based on the record's external_id and external_provider. - NOTHING - No duplicate checking. | no |
created_at | string | Date of record list creation. | no |
records_count | integer | Number of records in the record list. | no |
account_id | string | Account ID of record list. | |
status | string | Status of the csv file associated with the record list. | no |
_links | object | "_links" subdivides into: 1 - "self" (object) 1.1 - "href" (string) | no |
400 (errors found in the submitted request), 401 (unauthorized), 403 (forbidden), 404 (record list not found), 409 (request conflicts with current state of record list or upload request)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.