Columns not returned when creating a sheet

Options
AnnaGarman
AnnaGarman ✭✭
edited 03/09/23 in API & Developers

When I am submitting a POST request to https://api.smartsheet.com/2.0/workspaces/{workspaceId}/sheets in order to create a sheet from a template, the response does not include the columns array.

I assumed that using include=data as a param would get it done, but the response is the same with or without it.

The API docs mention that the result could be two different objects, one with and one without columns, but I see no way to indicate that the columns should be included despite the docs saying it corresponds to what was specified in the request.


Anyone know how to get the columns array to return?

Answers