Get list fields
Gets the field definitions (columns) for a specific list.
SELECT * FROM get_list_fields
WITH (
ListId='2e1d58e4-eced-4d1c-9279-XXXXXXXXXXXXX'
)
--You can get ListId by selecting from 'list_lists' endpoint.
Gets the field definitions (columns) for a specific list.
SELECT * FROM get_list_fields
WITH (
ListId='2e1d58e4-eced-4d1c-9279-XXXXXXXXXXXXX'
)
--You can get ListId by selecting from 'list_lists' endpoint.