API / Methods / wizehive.pages.getList

wizehive.pages.getList

Gets a list of pages.

Authentication

This method requires authentication.

Arguments

api_key
(Required)
Your API application key. See here for more details.
ws_id
(Optional)
Id of the workspace you want the list of pages for.
page
(Optional)
Page number of list.
per_page
(Optional)
Pages per page (default 100).

Example Response

<pages>
  <page id="1" created="2008-10-28 16:14:14" name="Equipment" workspace_id="1"/>
  <page id="2" created="2008-10-22 17:01:02" name="Locations" workspace_id="1"/>
  <page id="3" created="2008-10-27 16:34:03" name="Shopping" workspace_id="2"/>
  <page id="4" created="2008-10-13 00:34:30" name="Car" workspace_id="2"/>
  <page id="5" created="2008-10-13 00:13:06" name="Finance" workspace_id="2"/>
  <page id="6" created="2008-11-18 23:10:12" name="Programming" workspace_id="3"/>
  <page id="7" created="2008-11-09 07:01:29" name="Design" workspace_id="3"/>
</pages>

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.