# Get a list of half-screen Mini Program calls

Debugging tools

Interface should be called on the server side, seeHattori API

# Interface Dxplaination

# Interface name

getEmbeddedList

# Functional description

  • Call this interface can get half-screen Mini Program call list, if you encounter problems in the process, you canOpen Platform Service Provider ZonePosting exchanges.
  • Note that after adding half-screen Mini Program through addEmbedded interface, you can get a list of half-screen Mini Program calls through the current interface.

# Calling mode

# HTTPS call


GET https://api.weixin.qq.com/wxaapi/wxaembedded/get_list?access_token=ACCESS_TOKEN 

# Third Party Invocation

  • The calling method and parameters are the same as HTTPS, only the calling token is different

  • The permission set id to which this interface belongs is: 18

  • After the service provider has been authorized with one of the permission sets, it can do so by usingauthorizer_access_TokenCalling on behalf of the merchant

# Request parameters

attribute type Required Introductions
access_Token string yes Interface invokes the certificate, which is URL Parameters, non Body Parameters. useauthorizer_access_Token
start number no Query parameter, paging start value , the default value is 0
num number no Query argument, one pull the maximum value, the maximum 1000, the default value is 10

# Return parameters

attribute typeIntroductions
errcode number Error code
errmsg string Error message
wxa_embedded_list array List of half-screen Mini Programs
attribute type Introductions
appid string Half-screen Mini Program appid
create_time number Add time
headimg string Avatar url
nickname string Half Screen Mini Program Nickname
reason string Reasons for application
status string Application Status
embedded_flag number Way of authorization. 0 means administrator confirmation, 1 means automatic pass, 2 means automatic reject

# Other Notes

# Half screen Mini Program application status status The enumeration value of the

value Introductions
1 To be verified
2 Adopted
3 Rejected
4 Timeout
5 Withdrawn
6 Deauthorization

# Call Example

Example Dxplaination: HTTPS requests

# Sample Request Data


GET https://api.weixin.qq.com/wxaapi/wxaembedded/get_list?access_token=ACCESS_TOKEN&start = 0&num=10 

# Return Data Example


{
    "errmsg": "ok",
    "errcode": 0,
    "wxa_embedded_list": [
        {
            "appid": "wxf074afxxxxxxxx",
            "create_time": 1648177830,
            "headimg": "http://wx.qlogo.cn/mmhead/Q3axxxxdRLA,
            "name": "testxxx6",
            "nickname": "tesxxx",
            "reason": "I am the reason,"
            "status": 1
        },
        {
            "appid": "wx355c73xxxx"
            "create_time": 1647250557,
            "headimg": "http://wx.qlogo.cn/mmhead/QxxxxxxA",
            "name": "Shenzhen xx Computer System Limited Company,"
            "nickname": "Delicious Helper xx,"
            "reason": "Special,"
            "status": 2
        }
    ]
}
 

# Error code

Error code Error code Solutions
89408 Half-screen Mini Program system error
89409 Getting Half-Screen Mini Program List Parameter Error