Property | Required | Details | Location |
---|---|---|---|
uuid |
Must be a String |
URL |
GET /hr_api/v1/employments/:uuid 200 { "employment": { "uuid": "853d0df6-971a-4551-a834-b61583a935b3", "hire_date": "2016-11-03T00:00:00.000+00:00", "original_hire_date": null, "adjusted_hire_date": null, "is_on_leave": null, "is_terminated": null, "termination_is_voluntary": null, "termination_reason_comments": null, "termination_date": null, "last_date_worked": null, "last_date_paid": null, "employee": { "employee_id_string": "123", "former_employee_id_string": null, "uuid": "2cd9b201-9f7c-4f3e-8de8-94d9d7ac2804", "is_employed": null, "start_date": null, "end_date": null } } }