Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
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