Chi tiết học tập của nhân sự

URL: {host}/api/employer/{id}/studying

Method: GET

id: Định danh nhân sự

Header:

Response :

{
    "status": "success",
    "data": {
        "courses": [
            [
                {
                    "id": 12,
                    "name": "Nguyễn Minh hoàng 123",
                    "completed": 0,
                    "duration": 0,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 13,
                    "name": "Nguyễn Minh hoàng 123",
                    "completed": 0,
                    "duration": 0,
                    "created_at": "14:58:30 16/06/2023"
                }
            ]
        ],
        "exams": [
            [
                {
                    "id": 32,
                    "name": "123",
                    "score": "--",
                    "status": 0,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 21,
                    "name": "Test đợt thi",
                    "score": "0",
                    "status": 1,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 18,
                    "name": "ahc",
                    "score": "0",
                    "status": 1,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 15,
                    "name": "123",
                    "score": "--",
                    "status": 0,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 12,
                    "name": "chào em",
                    "score": "0",
                    "status": 1,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 9,
                    "name": "Abv232323",
                    "score": "0",
                    "status": 1,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 7,
                    "name": "123",
                    "score": "40",
                    "status": 1,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 6,
                    "name": "HOang",
                    "score": "--",
                    "status": 0,
                    "created_at": "14:58:30 16/06/2023"
                }
            ],
            [
                {
                    "id": 3,
                    "name": "Test",
                    "score": "0",
                    "status": 1,
                    "created_at": "14:58:30 16/06/2023"
                }
            ]
        ]
    }
}

Last updated