Using DepEd Baguio CCApp/Technical details
Jump to navigation
Jump to search
![]() |
You may help in improving or expanding this page. There may be inquiries in the talk page. |
JSON message[edit | edit source]
Feedback[edit | edit source]
Format version | JSON example |
---|---|
1 | {
"format_version": "1",
"communications": "feedback",
"data": [
{
"name": "office",
"value": [
{
"name": "main",
"position": null,
"text": null,
"args": {}
},
{
"name": "sub",
"position": null,
"text": null,
"args": {}
}
]
},
{
"name": "feedback",
"value": [
{
"name": "timeliness",
"position": null,
"text": null,
"args": {
"duration": null,
"minute": null,
"hour": null,
"day": null,
"week": null,
"month": null
}
},
{
"name": "accuracy",
"position": null,
"text": null,
"args": {}
},
{
"name": "clarity",
"position": null,
"text": null,
"args": {}
},
{
"name": "knowledge",
"position": null,
"text": null,
"args": {}
},
{
"name": "courteousness",
"position": null,
"text": null,
"args": {}
}
]
},
{
"name": "info",
"value": [
{
"name": "customer",
"text": "",
"args": {}
},
{
"name": "comment",
"text": "",
"args": {}
},
{
"name": "visit",
"text": null,
"args": {
"time": null,
"date": null,
"minute": null,
"hour": null,
"day": null,
"month": null,
"year": null
}
}
]
}
],
"properties": [
{
"name": "submit",
"value": "2021:03:01:14:20:41:422"
},
{
"name": "person",
"value": "Learner"
},
{
"name": "email",
"value": "ytr@cv.co"
},
{
"name": "phone",
"value": "654223332"
}
]
}
|
Complaint[edit | edit source]
Format version | JSON example |
---|---|
1 | {
"format_version": "1",
"communications": "complaint",
"data": [
{
"name": "complaint",
"value": [
{
"name": "service",
"text": null,
"args": {
"group": null,
"child": null
}
},
{
"name": "details",
"text": null,
"args": {}
}
]
},
{
"name": "info",
"value": [
{
"name": "customer",
"text": null,
"args": {}
},
{
"name": "comment",
"text": null,
"args": {}
},
{
"name": "complaint",
"text": null,
"args": {
"time": null,
"date": null,
"minute": null,
"hour": null,
"day": null,
"month": null,
"year": null
}
}
]
}
],
"properties": [
{
"name": "submit",
"value": "2021:03:01:14:23:43:926"
},
{
"name": "person",
"value": "Learner"
},
{
"name": "email",
"value": "ytr@cv.co"
},
{
"name": "phone",
"value": "654223332"
}
]
}
|
Suggestion/Inquiry[edit | edit source]
Format version | JSON example |
---|---|
1 | {
"format_version": "1",
"communications": "suggestion",
"data": [
{
"name": "info",
"value": [
{
"name": "service",
"text": null,
"args": {
"group": null,
"child": null
}
},
{
"name": "customer",
"text": null,
"args": {}
},
{
"name": "comment",
"text": null,
"args": {}
}
]
}
],
"properties": [
{
"name": "submit",
"value": "2021:03:01:14:27:55:379"
},
{
"name": "person",
"value": "Learner"
},
{
"name": "email",
"value": "ytr@cv.co"
},
{
"name": "phone",
"value": "654223332"
}
]
}
|