Return the authenticated user’s column visibility and ordering overrides for this list.
list_column_preferences and are keyed by (list_id, user_id, column_id).
/api/lists/{id}/column-preferences with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List UUID. Must be owned by the caller.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Preferences for this list/user. Empty array means the user has never overridden any column.