Get App Information

Last Updated on : 2023-06-01 06:20:11download

Get the information about a specified app, including the name, logo, description, and creation time.

API address

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

Request parameter

Parameter name Type IN Required Description
schema String uri true The channel identifier of a specified app.

Return parameter

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.

Request example

GET: /v1.1/apps/testApp

Return example

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

Error code

For more information, see error code.