Query Successful Install Events
- API Name: https://pwa-backend-prod.roibest.com/search/event?project_id=&invite_code=
- Description: Retrieve query parameter details from the link specified by link_id.
- Request Method: GET
- Request Parameters:
json
{
"project_id": "Project ID",
"invite_code": "Invite code/Reference number"
}
- Response Example:
json
{
"code": 0,
"msg": "success",
"data": {
"installSucNum(Number of successful installations, if none)": 10
}
}