Last Updated on : 2023-06-15 04:53:53
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
{
"appBizType": 987654321,
"appName": "S*******e",
"appIcon": "https://****/*********/********1464102",
"createTime": 1649905253000,
"appId": "12345****"
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback