Last Updated on : 2023-11-23 04:11:34download
Get the information about a specified app, including the name, logo, description, and creation time.
GET: /v1.1/apps/{schema}
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| schema | String | uri | true | The channel identifier of a specified app. |
| Parameter name | Type | Description |
|---|---|---|
| result | AppSchemaInfoWithTimeRes | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| app_name | String | The name of a specified app. |
| app_icon | String | The icon of a specified app. |
| app_id | Integer | The ID of a specified app. |
| app_biz_type | Integer | The business type of a specified app. |
| create_time | Long | The creation time of a specified app. |
GET: /v1.1/apps/testApp
{
"tid": "2c1fc5cf7f4511ee82774ab24801****",
"result": {
"app_icon": "https://****/*********/********1464102",
"app_biz_type": 987654321,
"create_time": 1649905253000,
"app_name": "S*******e",
"app_id": 1234511111
},
"t": 1699564556521,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback