Optional
requestFactory: ListsApiRequestFactoryOptional
responseProcessor: ListsApiResponseProcessorOptional
_options: ConfigurationCreate a new list with the provided object list definition. Create List
Optional
_options: ConfigurationSearch lists by list name or page through all lists by providing an empty query
value.
Search Lists
Optional
_options: ConfigurationSearch lists by list name or page through all lists by providing an empty query
value.
Search Lists
Optional
_options: ConfigurationFetch multiple lists in a single request by ILS list ID. The response will include the definitions of all lists that exist for the listIds
provided.
Fetch Multiple Lists
Optional
listIds: string[]The ILS IDs of the lists to fetch.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definitions should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationFetch multiple lists in a single request by ILS list ID. The response will include the definitions of all lists that exist for the listIds
provided.
Fetch Multiple Lists
Optional
listIds: string[]The ILS IDs of the lists to fetch.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definitions should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationFetch a single list by ILS list ID. Fetch List by ID
The ILS ID of the list to fetch.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationFetch a single list by ILS list ID. Fetch List by ID
The ILS ID of the list to fetch.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationFetch a single list by list name and object type. Fetch List by Name
The name of the list to fetch. This is not case sensitive.
The object type ID of the object types stored by the list to fetch. For example, `0-1` for a `CONTACT` list.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationFetch a single list by list name and object type. Fetch List by Name
The name of the list to fetch. This is not case sensitive.
The object type ID of the object types stored by the list to fetch. For example, `0-1` for a `CONTACT` list.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationDelete a list by ILS list ID. Lists deleted through this endpoint can be restored up to 90-days following the delete. After 90-days, the list is purged and can no longer be restored. Delete a List
The ILS ID of the list to delete.
Optional
_options: ConfigurationDelete a list by ILS list ID. Lists deleted through this endpoint can be restored up to 90-days following the delete. After 90-days, the list is purged and can no longer be restored. Delete a List
The ILS ID of the list to delete.
Optional
_options: ConfigurationRestore a previously deleted list by ILS list ID. Deleted lists are eligible to be restored up-to 90-days after the list has been deleted. Restore a List
The ILS ID of the list to restore.
Optional
_options: ConfigurationRestore a previously deleted list by ILS list ID. Deleted lists are eligible to be restored up-to 90-days after the list has been deleted. Restore a List
The ILS ID of the list to restore.
Optional
_options: ConfigurationUpdate the filter branch definition of a DYNAMIC
list. Once updated, the list memberships will be re-evaluated and updated to match the new definition.
Update List Filter Definition
The ILS ID of the list to update.
Optional
enrollObjectsInWorkflows: booleanA flag indicating whether or not the memberships added to the list as a result of the filter change should be enrolled in workflows that are relevant to this list.
Optional
_options: ConfigurationUpdate the filter branch definition of a DYNAMIC
list. Once updated, the list memberships will be re-evaluated and updated to match the new definition.
Update List Filter Definition
The ILS ID of the list to update.
Optional
enrollObjectsInWorkflows: booleanA flag indicating whether or not the memberships added to the list as a result of the filter change should be enrolled in workflows that are relevant to this list.
Optional
_options: ConfigurationUpdate the name of a list. The name must be globally unique relative to all other public lists in the portal. Update List Name
The ILS ID of the list to update.
Optional
listName: stringThe name to update the list to.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: ConfigurationUpdate the name of a list. The name must be globally unique relative to all other public lists in the portal. Update List Name
The ILS ID of the list to update.
Optional
listName: stringThe name to update the list to.
Optional
includeFilters: booleanA flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.
Optional
_options: Configuration
Create a new list with the provided object list definition. Create List