Description Usage Arguments Value Examples
This function allows you to retrieve metadata for a single workspace
1 | getWorkspace(user, id)
|
user |
A labstep user object. Must contain an 'api_key' field. Returned from 'login' command |
id |
ID of the workspace to retrieve |
Returns a 'workspace' object
1 2 3 | user <- login("demo@labstep.com","demopassword")
workspace <- getWorkspace(user,1186)
print(workspace)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.