Developers API Methods wizehive.workspaces.getList

wizehive.workspaces.getList

Gets a list of workspaces.

Authentication

This method requires authentication.

Arguments

api_key (Required) Your API application key. See here for more details. page (Optional) Page number of list. per_page (Optional) workspaces per page (default 50). modifiedafter (Optional) if supplied, only returns workspaces modified after this unix timestamp

Example Response

<workspaces>
  <workspace id="1" created="2008-10-15 02:29:46" name="Camping" admin="1"/>
  <workspace id="2" created="2008-10-13 00:05:17" name="Home" admin="1"/>
  <workspace id="3" created="2008-10-09 19:13:16" name="Website" admin="0"/>
</workspaces>

Error Codes

98: Login failed / Invalid auth token The login details or auth token passed were invalid. 100: Invalid API Key The API key passed was not valid or has expired. 112: Method "xxx" not found The requested method was not found.