Do Smartsheet Support an API to fetch header names of a template?

I want to make an API call to fetch the column names and respective datatypes of a user-created-templates.

Answers

  • Genevieve P.
    Genevieve P. Employee Admin

    Hi @Roshan

    You can use Get Template to retrieve a list of user-created templates that you have access to. See: List User-Created Templates in the API Documentation.

    This will tell you all the names of the Templates, but the Object doesn't include the Column Names or Column types that are in each of those templates. To get this data, I would create a Sheet from the template and then use Get Sheet.

    Cheers,

    Genevieve