SpyREST

Supported by Mashape

Home » app.liquidplanner.com Versions » Default Resources » Workspace » GET /api/workspaces

GET /api/workspaces

Description

Response Fields

Name Type Description
Array
[].company_name String
[].created_at String (Time ISO8601)
[].created_by Integer
[].default_units Integer
[].description String
[].week_start Integer
[].hours_per_day Integer
[].name String
[].owner_id Integer
[].root_id Integer
[].inbox_id Integer
[].updated_at String (Time ISO8601)
[].updated_by Integer
[].type String
[].id Integer
Write
Preview

Examples

shows the list of workspace...

shows the list of workspaces for the user

Recorded at

2015-05-14 18:20:38 UTC

Try with cURL

Request URL

Requires Authorization
GET /api/workspaces      

Request Headers

authorization: FILTERED
content-type: application/json
user-agent: curl/7.37.1
      

Response Headers

transfer-encoding: chunked
connection: close
content-length: 327
x-xss-protection: 1; mode=block
x-request-id: 4de8b755-3138-4463-adf9-e2ee8fa88806
x-lp-user: 552590
x-lp-controller: Api::Workspaces
x-lp-action: index
x-frame-options: SAMEORIGIN, SAMEORIGIN
x-forwarded-proto: https
x-content-type-options: nosniff
x-api-version: 3.0.0
vary: X-API-Version
strict-transport-security: max-age=15768000
status: 200 OK
server: ECD (pae/3711)
etag: W/"15bb9a7653bf85c43a4a38284e5e4efb"
date: Thu, 14 May 2015 18:20:38 GMT
content-type: application/json; charset=utf-8
cache-control: max-age=0, private, must-revalidate
      

Response Body

Shortened for readability

[
  {
    "company_name": "Personal",
    "created_at": "2015-05-11T14:33:18+00:00",
    "created_by": 552590,
    "default_units": 1,
    "description": "",
    "week_start": 0,
    "hours_per_day": 8,
    "name": "Personal",
    "owner_id": 552590,
    "root_id": 22473745,
    "inbox_id": 22473746,
    "updated_at": "2015-05-14T18:15:52+00:00",
    "updated_by": 552590,
    "type": "Workspace",
    "id": 143500
  }
]