Can anyone help me find out what the Column ID is for use with C# please?
Hello,
The Column ID is a unique identifier assigned to every column which allows the API to look at a specific column or set of columns. The API needs the Column ID in calls to perform column related actions (for example, delete column and update column) https://smartsheet-platform.github.io/api-docs/?csharp#columns
The Column ID is also needed for other various actions, such as getting cell history: https://smartsheet-platform.github.io/api-docs/?csharp#get-cell-history
Thanks, but I needed to know how to find the column ID to use in a C# program we've created...! I've figured it out myself now.
I canot find this info anywhere. Do you mind sharing how you found it?
Yeah sure! My hubby worked it out and posted the code here: https://pastebin.com/wNnXHi1Y