# CrmVLists_ListListPermissionsTeamsWithEditAccessByListId - Catalog: `Lists` - Schema: `Basic` This is a read-only table function. The HubSpot API may not support changing the data or the Invantive UniversalSQL driver for HubSpot does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the HubSpot API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `CrmVLists_ListListPermissionsTeamsWithEditAccessByListId`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values. Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three. Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third. | Name | Data Type | Required | Default Value | Documentation | |---|:---:|:---:|:---:|---| | `includeFilters` | `` | ☐ | | | | `listId` | `` | ☑ | | | ## Columns of Table Function The columns of the table function `CrmVLists_ListListPermissionsTeamsWithEditAccessByListId` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `createdAt` | `datetime` | Created at | ☐ | The time when the list was created. | | `createdById` | `varchar2` | Created by ID | ☐ | The ID of the user that created the list. | | `deletedAt` | `datetime` | Deleted at | ☐ | The time when the list was deleted. | | `filterBranch_filterBranchOperator` | `varchar2` | | ☐ | The logical operator used to combine the filters within the branch (OR). | | `filterBranch_filterBranchType` | `varchar2` | | ☐ | The type of the filter branch (OR). | | `filtersUpdatedAt` | `datetime` | | ☐ | The time when the filters for this list were last updated. | | `listId` | `varchar2` | | ☐ | The **ILS ID** of the list. | | `listVersion` | `int32` | | ☐ | The version of the list. | | `membershipSettings_includeUnassigned` | `char` | | ☐ | Indicates whether unassigned memberships should be included. | | `membershipSettings_membershipTeamId` | `int32` | | ☐ | The ID of the team associated with the membership. | | `name` | `varchar2` | Name | ☐ | The name of the list. | | `objectTypeId` | `varchar2` | Ojbect Type ID | ☐ | The object type of the list. | | `processingStatus` | `varchar2` | | ☐ | The processing status of the list. | | `processingType` | `varchar2` | | ☐ | The processing type of the list. | | `size` | `int64` | Size | ☐ | Size of the list | | `TEXT` | `int32` | Text | ☐ | | | `updatedAt` | `datetime` | Updated at | ☐ | The time the list was last updated. | | `updatedById` | `varchar2` | Updated by ID | ☐ | The ID of the user that last updated the list. | | `usersWithEditAccess` | `varchar2` | | ☐ | |