This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "total": 1000, | |
| "scores": [ | |
| { | |
| "id": 0, | |
| "gender": "female", | |
| "studentid": 89123, | |
| "name": "Charles Dotson", | |
| "score": 43, | |
| "grade": "F" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 0, | |
| "gender": "female", | |
| "studentid": 89123, | |
| "name": "Charles Dotson", | |
| "score": 43, | |
| "grade": "F" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 0, | |
| "gender": "male", | |
| "studentid": 87458, | |
| "name": "Dyer Smith", | |
| "score": 36, | |
| "grade": "" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "scores": [ | |
| { | |
| "id": 1, | |
| "studentid": "S001", | |
| "name": "นาย ก มีชัย", | |
| "score": 70 | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "data": { | |
| "firstName": "Polawat", | |
| "lastName": "Phetra", | |
| "birthDate": "11/09/1969", | |
| "gender": "M", | |
| "admin": true, | |
| "province": 3 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "provinces": [ | |
| { | |
| "id": 1, | |
| "name": "Bangkok" | |
| }, | |
| { | |
| "id": 2, | |
| "name": "Chiangmai" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "data": { | |
| "firstName": "Polawat", | |
| "lastName": "Phetra", | |
| "birthDate": "11/09/1969", | |
| "gender": "M", | |
| "admin": true | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "data": { | |
| "firstName": "Polawat", | |
| "lastName": "Phetra", | |
| "birthDate": "11/09/1969", | |
| "gender": "M" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": false, | |
| "msg": "unknown id" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "success": true, | |
| "data": { | |
| "firstName": "Polawat", | |
| "lastName": "Phetra", | |
| "birthDate": "11/09/1969" | |
| } | |
| } |