Nhân viên
/api/user/index: Tính năng này dùng để lấy danh sách nhân viên của doanh nghiệp
Request
Xem các common request params
Các key của mảng data array dùng để tạo data json string:
Key
Type
Description
page
int
Phân trang (giá trị mặc định là 1)
icpp
Int
Số lượng nhân viên trên 1 trang. Mặc định là 10. Tối đa không quá 50.
Response
JSON decode the response to get the structure:
Key
Type
Description
code
int
1 = success or 0 = failed
messages
string
is a error message if code = 0
data
array
is an array of articles
Last updated