List
Lists are curated collections of accounts, contacts, or opportunities in Lightfield. Each list contains entities of a single type.
ModelsExpand Collapse
list_create_response: object { id, createdAt, fields, httpLink }
list_create_response: object { id, createdAt, fields, httpLink }
list_list_accounts_response: object { data, object, totalCount }
list_list_accounts_response: object { data, object, totalCount }
data: array of object { id, createdAt, fields, 4 more } Array of entity objects for the current page.
data: array of object { id, createdAt, fields, 4 more }
Array of entity objects for the current page.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
list_list_contacts_response: object { data, object, totalCount }
list_list_contacts_response: object { data, object, totalCount }
data: array of object { id, createdAt, fields, 4 more } Array of entity objects for the current page.
data: array of object { id, createdAt, fields, 4 more }
Array of entity objects for the current page.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
list_list_opportunities_response: object { data, object, totalCount }
list_list_opportunities_response: object { data, object, totalCount }
data: array of object { id, createdAt, fields, 4 more } Array of entity objects for the current page.
data: array of object { id, createdAt, fields, 4 more }
Array of entity objects for the current page.
fields: map[object { value, valueType } ]Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
fields: map[object { value, valueType } ]
Map of field names to their typed values. System fields are prefixed with $ (e.g. $name, $email); custom attributes use their bare slug.
list_list_response: object { data, object, totalCount }
list_list_response: object { data, object, totalCount }
data: array of object { id, createdAt, fields, httpLink } Array of list objects for the current page.
data: array of object { id, createdAt, fields, httpLink }
Array of list objects for the current page.
list_retrieve_response: object { id, createdAt, fields, httpLink }
list_retrieve_response: object { id, createdAt, fields, httpLink }
list_update_response: object { id, createdAt, fields, httpLink }
list_update_response: object { id, createdAt, fields, httpLink }