Last Updated on : 2023-06-21 07:12:56download
Query the information about organizations by organization ID.
GET: /v1.0/iot-03/organizations/{org_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
org_id | String | uri | true | The ID of a specified organization. |
Parameter name | Type | Description |
---|---|---|
result | OrganizationRes | The information about organizations. |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | The ID of a specified organization. |
name | String | The name of a specified organization. |
parent_id | String | The ID of the parent organization. |
external_id | String | The ID of an external organization. |
GET: /v1.0/iot-03/organizations/1402696820597055488
{
"result": {
"external_id": "002222",
"parent_id": "",
"name": "First-level Organization 222",
"id": "1405353719310184448"
},
"t": 1623897594531,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback