Get App Information

Last Updated on : 2023-11-23 04:11:34download

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 nameTypeINRequiredDescription
schemaStringuritrueThe channel identifier of a specified app.

Return parameter

Parameter nameTypeDescription
resultAppSchemaInfoWithTimeResThe returned result.

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.
create_timeLongThe creation time of a specified app.

Request example

GET: /v1.1/apps/testApp

Return example

{
    "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
}

Error code

For more information, see error code.