Gets the custom tables associated with the specified record contact.
Scope | records Deprecated scope name: get_record_contact_customtables |
App Type | Agency |
Authorization Type | Access token |
URI | /v4/records/{recordId}/contacts/{contactId}/customTables?fields={fields}&lang={lang} |
HTTP Method | GET |
Automation Version(s) | 8.0.3 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
recordId | string | Yes | Get All Records Search Records Get My Records | The unique ID associated with a record. | 8.0.3 |
contactId | long | Yes | Get All Contacts | The unique ID associated with the record contact. | 8.0.3 |
fields | string | No | Comma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored. | 8.0.3 | |
lang | String | No | Indicates the language applied. | 8.0.3 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | result{} | 8.0.3 | |
result.id | string | The unique identifier for the custom table. | 8.0.3 |
result.rows[] | result.rows{} | Contains the table rows. | 8.0.3 |
result.rows.fields | result.rows.fields{} | Contains fields and their attributes. | 8.0.3 |
result.rows.fields.<customType> | string | A custom field name and value pair. For
example in JSON, "My Custom Field": "My Custom
Value". The custom field name and its data type
are defined in Automation custom forms or
custom tables.
|
8.0.3 |
result.rows.id | string | The unique identifier for the custom field. | 8.0.3 |
status | integer | The return status. | 8.0.3 |