API GetTicketSearch

Param Type Description
instanceKey String Instance key
userID Int32 ID สมาชิก
userCode String รหัสสมาชิก
search String คำค้นหา
type Int32 ประเภทข้อความ GetTypeTicket
framePage Int32 ตำแหน่งหน้าแสดงรายการ
frameSize Int32 จำนวนรายการที่แสดง

Example Parameters:

        {
            "result":true,
            "pagination":{
                "all":จำนวนรายการทั้งหมด,
                "page_size":จำนวนรายการที่แสดง,
                "page_first":หน้าแรก,
                "page_prev":ย้อนกลับ,
                "page_next":ถัดไป,
                "page_last":หน้าสุดท้าย,
                "page":หน้าปัจจุบัน
            },
            "property":[{
                "id":"ID ข้อความ",
                "type":"ประเภทข้อความ",
                "subject":"หัวข้อเรื่อง",
                "detail":"รายละเอียด",
                "status":"สถานะ (1=ยังไม่ได้อ่าน, 2=อ่านแล้ว)",
                "comment":"จำนวนความคิดเห็น",
                "create_date":"วันที่สร้าง",
                "modify_name":"ผู้ตอบล่าสุด",
                "modify_date":"วันที่ตอบล่าสุด"
            }]
        }
    
instanceKey *
userID *
userCode *
search
type
framePage *
frameSize *