# Các Activity History
# Giới thiệu
- Là các hành động điều chỉnh bộ lọc trang lịch sử hoạt động của người dùng.
- Được gửi từ backend.
# Trigger
ActitvityHistoryFiltered: Người dùng vào trangapp/account/activitiesvà thực hiện các hành động điều chỉnh bộ lọc lich sử hoạt động.
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| u_id | Logged In user |
| type | ActitvityHistoryFiltered |
| q | query string của bộ lọc trang lich sử hoạt động |
| Required Info Schema | Xem thông tin bắt buộc |
# Sample
# ActitvityHistoryFiltered
{
"referer": "http://localhost:31896/",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "api-tuyendung.topcv.local",
"o": "http://localhost:31896",
"p_n": "api/v1/account/activities/paginate",
"q": {
"page": "1",
"to": "2021-09-26",
"from": "2021-08-26"
},
"u_id": "139912",
"id": null,
"src": null,
"tab_id": null,
"ts": 1632658940,
"ip": "172.25.0.1",
"type": "ActitvityHistoryFiltered",
"hrf": "http%3A%2F%2Fapi-tuyendung.topcv.local%2Fapi%2Fv1%2Faccount%2Factivities%2Fpaginate%3Ffrom%3D2021-08-26%26page%3D1%26to%3D2021-09-26",
"t_i": null,
"cv_i": null,
"p": null,
"b": null,
"jb_ids": null,
"p_j_i": null,
"v_t": null,
"s": null,
"mb_l_i": null,
"r": null,
"package": null,
"mi_l_i": null,
"g_s": null,
"h_s": null,
"b_ns": null,
"u_s": null,
"u_m": null,
"u_c": null,
"ta_source": null,
"p_id": null,
"imprs": null
}