API Table Connectors

I am currently working on a table connector but I can’t find where to get the prefix that goes along with the table columns. How/where do I find that information?
Any and all help is greatly appreciated!!
Thank you

hello @txh3467, thanks for asking this question on Community!!

just to confirm, what are you referring to with the prefix for the column??

if you’re looking for the name, you can use the https://{instance}.tulip.co/api/v3/tables/{tableID} endpoint. this is returns all columns (including the name and label):

in this case, you can see the name,
"name":string"fgpdf_date"
"label":string"Date"
"description":string""

is this what you were looking for?? let us know!!

1 Like

That’s perfect thank you!!

1 Like