Nhảy tới nội dung

Danh sách cơ hội

Lấy danh sách cơ hội

HTTP Request

GET /api/v3/opportunity/list

Query Parameters

ParameterDefaultDescription
campaign_idId chiến dịch
opportunity_statusId trạng thái cơ hội trong chiến dịch
opportunity_status_nameTên trạng thái cơ hội trong chiến dịch (Điều kiện "like")
created_fromThời gian tạo cơ hội từ (d/m/Y)
created_toThời gian tạo cơ hội đến (d/m/Y)
created_toThời gian tạo cơ hội đến (d/m/Y)
pTrang
limitSố bản ghi trên trang

Response

{
"data": [
{
"opportunity_id": "78",
"opportunity_name": "Tuấn LinhTuấn Linh",
"probability": "14",
"opportunity_status": "5",
"opportunity_status_name": "Thông tin khách hàng",
"recipient": "37",
"recipient_avatar": "db9e3fd3a1cfe81a1abe3e605e64f099.png",
"recipient_contact_name": "Le Duy123",
"recipient_role_name": "Trưởng phòng",
"recipient_dept_name": "test 123",
"time_created": "2019-08-09 18:09:55",
"time_registed": "0",
"responsible": "2",
"creator_contact_name": "Tạ Quang Chung",
"create_user_id": "2",
"account_id": "102",
"account_name": "Anh Tu 6",
"phone_office": null,
"account_email": null,
"campaign_id": "2",
"campaign_name": "Chiến dịch bán hàng ngày 05/08/2019"
},
],
"pagination": {
"total_page": 1,
"total_record": "1",
"current_page": "1",
"limit": "10"
}
}