Get workspaces list

Get workspaces list

get

Get the list of workspaces.

Responses
200
OK
*/*
get
GET /v1/workspaces HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "colorCode": "green",
    "description": "",
    "sortOrder": 0,
    "useYn": "Y",
    "workspaceName": "칵테일 시스템 [ DevOps ]",
    "workspaceSeq": 3
  }
]

Was this helpful?