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.
GET: /v1.0/app-contents/apps
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. |
GET: /v1.0/app-contents/apps
{
"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
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback