Query Application Instance Configuration

Last Updated on : 2023-06-21 07:12:57download

Query the configurations of an application instance.

API address

GET: /v1.0/iot-03/app-instances/{app_instance_id}/configs

Request parameter

Parameter name Type IN Required Description
app_instance_id String uri true The ID of a specified application instance.

Return parameter

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.
mail 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.

Request example

GET: /v1.0/iot-03/app-instances/1/configs

Return example

{ "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 }

Error code

For more information, see error code.