Smart Lists are the way to link one list of options to several different Form Fields. That list of options can be managed in one place and the changes to that list are reflected on all of the linked forms.
Smart Lists are a premium feature and are not available to all account plans.
Models
SmartListResults
Name | Type | Required | Read-only |
---|---|---|---|
page | int | no | no |
perPage | int | no | no |
query | string | no | yes |
results | SmartList[] | no | no |
total | int | no | yes |
SmartList
Name | Type | Required | Read-only |
---|---|---|---|
created | string (RFC 3339 DateTime) | no | yes |
id | int | no | yes |
name | string | yes | no |
updated | string (RFC 3339 DateTime) | no | yes |
useImages | bool | no | no |
useSeparateValues | bool | no | no |
SmartListOptionResults
Name | Type | Required | Read-only |
---|---|---|---|
page | int | no | no |
perPage | int | no | no |
query | string | no | yes |
results | SmartListOption[] | no | no |
total | int | no | yes |
SmartListOption
Name | Type | Required | Read-only |
---|---|---|---|
created | string (RFC 3339 DateTime) | no | yes |
id | int | no | yes |
imageUrl | string | no | yes |
label | string | yes | no |
sort | int | no | no |
updated | string (RFC 3339 DateTime) | no | yes |
value | string | no | no |
BulkOptions
Name | Type | Required | Read-only |
---|---|---|---|
options | BulkOption[] | yes | no |
BulkOption
Name | Type | Required | Read-only |
---|---|---|---|
label | string | yes | no |
value | string | no | no |