Hi!
I am attempting to pull sheets from inside one of my workspaces using the api, but have run into issues passing both the workspace id and sheet id to GET in sequence. For example, I am able to use GET /workspaces/{workspaceid}
to retrieve the workspace object and its contents, but how would I go about using a GET command to retrieve a nested sheet object from within this workspace?
Essentially what I would like to do is as follows, but I think I may be a bit off on the syntax.
GET /workspaces/{workspaceid}/{sheet_id}
Any input would be appreciated.