# Các Event Recruitment Campaign
# Giới thiệu
- Là các hành động tạo, sửa, bắt đầu, dừng 1 chiến dịch tuyển dụng
- Được gửi từ backend.
# Trigger
- User thực hiện các hành động tạo mới chiến dịch, sửa chiến dịch, bắt đầu chiến dịch và dừng chiến dịch ở trang
app/recruitment-campaigns.
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| u_id | Logged In user |
| r_c_id | Id của chiến dịch (int) |
| type | RecruitmentCampaignCreated, RecruitmentCampaignStopped, RecruitmentCampaignStarted, RecruitmentCampaignUpdated |
| Required Info Schema | Xem thông tin bắt buộc |
# Sample
# RecruitmentCampaignCreated, RecruitmentCampaignStopped, RecruitmentCampaignStarted, RecruitmentCampaignUpdated
{
"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/recruitment-campaigns",
"q": null,
"u_id": "139912",
"id": null,
"src": null,
"tab_id": null,
"ts": 1632472695,
"ip": "172.25.0.1",
"type": "RecruitmentCampaignCreated",
"hrf": "http%3A%2F%2Fapi-tuyendung.topcv.local%2Fapi%2Fv1%2Frecruitment-campaigns",
"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,
"r_c_id": 259325
}