Get App Details

Last Updated on : 2023-10-18 08:49:21download

Get details of an application with the schema, such as the name, logo, and description.

API address

GET: /v1.0/apps/{schema}

Request parameter

Parameter nameTypeINRequiredDescription
schemaStringuritrueThe schema of a specified app.

Return parameter

Parameter nameTypeDescription
resultAppInfoResresult

Description of result

Parameter nameTypeDescription
app_nameStringThe name of a specified app.
app_iconStringThe icon of a specified app.
app_idIntegerThe ID of a specified app.
app_biz_typeIntegerThe business type of a specified app.

Request example

GET: /v1.0/apps/testApp

Return example

{
    "appBizType": 987654321,
    "appName": "S*******e",
    "appIcon": "https://****/*********/********1464102",
    "appId": 123456789
}

Error code

For more information, see error code.