Custom Values

Get Custom Values

GET /customvalues

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

{
    "data": [
        {
            "id": 1,
            "fieldname": "tahun_bergabung",
            "label": "Tahun Bergabung",
            "type": "text",
            "notes": "",
            "options": null,
            "is_required": 0,
            "is_private": 1
        },
        {
            "id": 2,
            "fieldname": "umur",
            "label": "Umur",
            "type": "text",
            "notes": ""
            "options": null,
            "is_required": 0,
            "is_private": 0
        },
        {
            "id": 3,
            "fieldname": "tanggal_kapan",
            "label": "Tanggal Kapan",
            "type": "datepicker",
            "notes": ""
            "options": null,
            "is_required": 0,
            "is_private": 0
        },
        {
            "id": 4,
            "fieldname": "jurusan",
            "label": "Jurusan",
            "type": "dropdown",
            "notes": ""
            "options": [
                {
                    "option": "Teknik Informatika"
                },
                {
                    "option": "Kesenian"
                }
            ],
            "is_required": 1,
            "is_private": 0
        }
    ]
}

Last updated