Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
EMPLOYEE

EMPLOYEE LIST

GET /employee

Request
{}

Response (Success)
{
"status":true,
"code":"EMPLOYEES_FETCH_SUCCESS",
"payload":[
{
"id":"string",
"given_name":"string",
"family_name":"string",
"name":"string",
"email":"EMAIL"
"state":"string",
"address":"string",
"city":"string",
"phone_number":"string",
"created_at":"date",
"updadted_at":"date",
"role":"string"
}
]
}

Response (Error)
{
"status": false,
"code": "EMPLOYEES_FETCH_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.