Last Updated on : 2023-10-18 08:49:21download
Get details of an application with the schema, such as the name, logo, and description.
GET: /v1.0/apps/{schema}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
schema | String | uri | true | The schema of a specified app. |
Parameter name | Type | Description |
---|---|---|
result | AppInfoRes | 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. |
GET: /v1.0/apps/testApp
{
"appBizType": 987654321,
"appName": "S*******e",
"appIcon": "https://****/*********/********1464102",
"appId": 123456789
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback