Get A Single Record
This page will contains information about, how to access particular employee data using rest api /employee.
| # | Route | Method | Sample Json | Results |
|---|---|---|---|---|
| 1 | /employee/719 | GET | - | {
"status": "success",
"data": {
"id": "1",
"employee_name": "Tiger Nixon",
"employee_salary": "320800",
"employee_age": "61",
"profile_image": ""
}
} |
Dummy Rest API Example