DGA-SCD / gsurvey

It's dynamic survey platform using new technology
MIT License
1 stars 0 forks source link

V2 backend support super admin #234

Closed pepsi7959 closed 4 years ago

pepsi7959 commented 4 years ago

Details

GET /api/v2/admin/surveys/owner/1?per_page=1&page=1 reponse


{
    "success": true,
    "code": 20000,
    "desc": null,
    "data": [
        {
            "userid": "1",
            "name": "แบบสำรวจสถานะสำหรับยกเลิกการร้องขอสำเนาบัตรประชาชนและ/หรือสำเนาทะเบียนบ้าน จากประชาชนผู้ขอรับบริการ โครงการยกเลิกสำเนาเอกสารราชการ (No Copy)",
            "surveyid": "NewSurvey2332020151621",
            "version": "1",
            "pages": [
                {...}
            ],
            "created_at": "2020-03-27T02:49:20.034Z",
            "modified_at": "2020-04-01T06:18:25.442Z"
        }
    ],
    "per_page": 1,
    "page": 1,
    "total": 20
}

DOD