รายการของแคมเปญที่มีทั้งหมดในระบบ ที่ได้ทำการตั้งค่าไว้ใน back office ของ Buzzebees ซึ่งสามารถเรียกได้ตามหมวดหมู่ของแคมเปญ ที่ได้มาจาก API Get Category List ด้วยการส่งพารามิเตอร์ cat
ด้วย id
และ config
ด้วย list_config
ไปที่ API Get Campaign List หลังจากนั้นจะได้ข้อมูลกลับมาเป็นรายการแคมเปญดังตัวอย่างด้านล่าง
แต่ถ้าภายในหมวดหมู่นั้นๆ มีหมวดหมู่ย่อยของแคมเปญ ให้ทำการใช้ค่า id
และ list_config
ที่อยู่ในแคมเปญย่อยส่งไปแทน
curl --location --request GET 'https://buzzebees-dev.azure-api.net/api/campaign/?cat=&byConfig=true&config=campaign_buzzebeesdemo&'
--header 'Content-Type: application/x-www-form-urlencoded; charset=utf-8'
--header 'Ocp-Apim-Subscription-Key: {Subscription-Key}'
--header 'Ocp-Apim-Trace: 1'
--header 'App-Id: {App-Id}'
--header 'Authorization: token {token}'
ถ้าไม่ส่ง
cate
ไปจะเป็นการดึงข้อมูลรายการแคมเปญทั้งหมด