Get App Information

Last Updated on : 2023-06-20 12:34:13download

Get the information about apps under the account, such as the app ID, app name, creation time, and modification time.

API address

GET: /v1.0/app-contents/apps

Return parameter

Parameter name Type Description
result List The list of apps.

Description of result

Parameter name Type Description
name String The name of a specified app.
name_en String The app name in English.
schema String App schema
create_time Long The time when it is created.
update_time Long The time when it is modified.

Request example

GET: /v1.0/app-contents/apps

Return example

{ "result": [ { "schema": "13", "create_time": 1629803970161, "update_time": 1629803970161, "name": "Mini Program Test", "name_en": "Mini Program Test" }, { "schema": "1313", "create_time": 1629358200125, "update_time": 1629358200747, "name": "TuyaGo Test App", "name_en": "TuyaGo Test App" } ], "t": 1630313662695, "success": true }

Error code

For more information, see error code.