ListResponse: BaseListResponse & {
    additional_permissions: ListPermission[];
    creator_id: number;
}

Type declaration

  • additional_permissions: ListPermission[]

    A list of additional internal persons and the permissions they have on the list.

  • creator_id: number

    The unique ID of the internal person who created the list. If the list was created via API, this is the internal person corresponding to the API key that was used.