List Sheets under a particular workspace .NET C#
Options

OptimusPrime
✭✭
Is there a parameter I can add to
List Sheets under a particular workspace .NET C#?
Thank you!
Answers
-
Once you have build the client, all you need is to call the get workspace :
client = new SmartsheetBuilder().SetAccessToken(Token);
var workspace = client.WorkspaceResources.GetWorkspace(99999);inside the workspace variable you should find a list of sheets.
Categories
NEW Smartsheet API Documentation - bookmark the updated link! https://developers.smartsheet.com