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.
Simple, but important question when dealing with the API. Are the ID's for each column, row, and sheet unique across all workspaces or are they only unique relative to the environment they are in?
Hi Nathan,
Yes, the ID's are always unique.
https://smartsheet-platform.github.io/api-docs/#introduction
Best,Kara
Just wanted to clarify Kara's post a bit:
Because Row/Column IDs are not entirely unique in Smartsheet, any GET Row/Column requires that you have the Sheet ID in the GET request as well.
If you move a row/column to another sheet, it will always be given a new ID.