Last Updated on : 2023-07-06 09:10:07download
Query the details of a specified space.
GET: /v1.0/iot-03/idaas/spaces
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_group | String | query | true | The space group. |
space_code | String | query | true | The identifier of a specified space. |
Parameter name | Type | Description |
---|---|---|
result | IdaasSpaceDTO |
Description of result
Parameter name | Type | Description |
---|---|---|
space_id | Long | The ID of a specified space. |
space_group | String | The space group. |
space_code | String | The identifier of a specified space. |
gmt_create | Long | The time when it is created. |
gmt_modified | Long | The time when it is modified. |
remark | String | The remarks. |
owner_list | List | The list of space owners. |
GET: /v1.0/iot-03/idaas/spaces?spaceGroup=wujunGroup&spaceCode=wujunCode
{
"result": {
"gmt_create": 1622802733234,
"owner": "wujun",
"space_code": "wujunCode",
"gmt_modified": 1622802733234,
"space_group": "wujunGroup",
"space_id": 1400762304747802600
},
"t": 1622807902803,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback