Last Updated on : 2023-07-06 09:11:56download
Query the information about a specified role.
GET: /v1.0/iot-03/idaas/spaces/{space_id}/roles/{role_code}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_id | String | uri | true | The ID of a specified space. |
role_code | String | uri | true | The identifier of a specified role. |
Parameter name | Type | Description |
---|---|---|
result | IdaasRoleDTO |
Description of result
Parameter name | Type | Description |
---|---|---|
role_code | String | The identifier of a specified role. |
role_name | String | The name of a specific role. |
remark | String | The remarks. |
space_id | String | The ID of a specified space. |
GET: /v1.0/iot-03/idaas/spaces/1400762304747802670/roles/wujunCode
{
"result": {
"role_code": "wujunCode",
"remark": "Remarks",
"role_name": "Role name",
"space_id": "1400762304747802670"
},
"t": 1622882143131,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback