云地图服务 KOOMAP-查询工作共享空间列表:响应示例

时间:2024-05-17 11:26:24

响应示例

状态码: 200

请求成功。

{
  "data" : [ {
    "workspace_id" : "8c008cabac124f74ad7deba48e1bdf7a",
    "workspace_name" : "测试空间1",
    "workspace_description" : "空间描述",
    "creator" : "xxxx",
    "latest_operator" : "xxxx",
    "create_time" : "2023-05-23T07:57:14Z",
    "update_time" : "2023-05-23T07:57:14Z",
    "star" : 0,
    "can_delete" : false
  }, {
    "workspace_id" : "cd8a29375dc0452889e3cce805bace1d",
    "workspace_name" : "测试空间2",
    "workspace_description" : "空间描述",
    "creator" : "xxxx",
    "latest_operator" : "xxxx",
    "create_time" : "2023-05-23T07:36:30Z",
    "update_time" : "2023-05-23T07:36:30Z",
    "star" : 0,
    "can_delete" : true
  } ],
  "page" : {
    "offset" : 0,
    "limit" : 2,
    "total" : 12
  }
}
support.huaweicloud.com/api-koomap/ListCommonWorkspace.html