Last Updated on : 2023-06-21 07:12:57download
Query the configurations of an application instance.
GET: /v1.0/iot-03/app-instances/{app_instance_id}/configs
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
app_instance_id | String | uri | true | The ID of a specified application instance. |
Parameter name | Type | Description |
---|---|---|
result | AppInstanceConfigRes |
Description of result
Parameter name | Type | Description |
---|---|---|
app_instance_id | String | The ID of a specified application instance. |
app_icon | String | The icon of a specified application. |
org_name | String | The name of a specified organization. |
org_desc | String | The description of a specified organization. |
org_type | String | The type of a specified organization. |
contact_user | String | The contact name. |
mobile | String | The contact person’s phone number. |
String | The contact person’s email address. | |
login_img | String | The login image. |
app_name | String | The name of a specified application. |
app_desc | String | The description of a specified application. |
GET: /v1.0/iot-03/app-instances/1/configs
{
"result": {
"app_icon": "https://xxx.jpg",
"mail": "123@gmail.com",
"contact_user": "Admin",
"app_instance_id": 1,
"login_img": "https://xxx.jpg",
"org_type": "School",
"mobile": "1363708173x",
"app_name": "Integrated System",
"org_desc": "Campus",
"app_desc": "1234",
"org_name": "University"
},
"t": 1623771418690,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback