# List Workspaces Query all Workspaces available in your scope to return a list of Workspaces. Use bracket notation in the parameters to filter and order the data. Endpoint: GET /v2/account Version: 1.0.0 Security: BearerAuth ## Query parameters: - `filter[0][field]` (string) The field to filter on Example: "id" - `filter[0][type]` (string) The type of filtering operation Enum: "eq", "neq", "lt", "lte", "gt", "gte", "isnull", "isnotnull" - `filter[0][value]` (string,integer) The value to filter on Example: 123456789 - `order-by[0][field]` (string) The field to sort by Example: "created_on" - `order-by[0][type]` (string) a fixed value Enum: "field" - `order-by[0][direction]` (string) Descending or ascending. Enum: "desc", "asc" ## Response 200 fields (application/json): - `_links` (object) - `_links.self` (object) - `_links.self.href` (string) Example: "https://api.foleon.com/..." - `_links.first` (object) - `_links.last` (object) - `page_count` (integer) - `page_size` (integer) - `total_items` (integer) - `page` (integer) - `count` (integer) - `total` (integer) - `_embedded` (object) - `_embedded.account` (array) - `_embedded.account.name` (string) - `_embedded.account.identifier` (string) - `_embedded.account.status` (string) - `_embedded.account.is_trial` (boolean) - `_embedded.account.industry` (string) - `_embedded.account.is_company` (boolean) - `_embedded.account.meta` (object) - `_embedded.account.meta.num_accounts` (integer) - `_embedded.account.meta.num_users` (integer) - `_embedded.account.meta.num_titles` (integer) - `_embedded.account.meta.num_titles_published` (integer) - `_embedded.account.meta.num_editions` (integer) - `_embedded.account.meta.num_editions_published` (integer) - `_embedded.account.meta.num_presets` (integer) - `_embedded.account.meta.num_templates` (integer) - `_embedded.account.meta.computed_on` (string) - `_embedded.account.id` (integer) - `_embedded.account.created_on` (string) - `_embedded.account.modified_on` (string,null) - `_embedded.account.clients` (object) - `_embedded.account.partners` (object) - `_embedded.account.billing_country` (string,null) - `_embedded.account._computed` (object) - `_embedded.account._computed.label` (string) - `_embedded.account._computed.can_access_parent` (boolean) - `_embedded.account._computed.parent_account_name` (string) ## Response 400 fields ## Response 401 fields