# Employee Retrieve one employee object by provided GUID Endpoint: GET /rest/api/standard/v1/Employee/{employeeGuid} Version: 1.0.0 Security: basicAuth ## Path parameters: - `employeeGuid` (string, required) ## Response 200 fields (application/json): - `employeeGuid` (string) Unique identifier and is automatically generated by Aimsio system. This is only used to update existing object - `employeeCode` (string, required) Unique identifier, visible to end users. Required for creating or updating an object - `employmentType` (string, required) Enum: "DIRECT_HIRE", " SUBCONTRACTOR" - `employeeStatusUname` (string, required) Enum: "active_employee_status", "inactive_permanent_layoff_employee_status", "inactive_temporary_layoff_employee_status" - `employeeFirstName` (string, required) - `employeeLastName` (string, required) - `employeeNickName` (string) - `employeeTradeGuid` (string) The GUID of an existing labour billable item in Aimsio. Either or is required - `employeeTradeCode` (string, required) The code of an existing labour billable item in Aimsio. Either or is required - `employmentHireDate` (integer) Timestamp in epoch millseconds - `employmentTerminationDate` (integer) Timestamp in epoch millseconds - `employmentReHireDate` (integer) Timestamp in epoch millseconds - `employeeAddress` (string) - `employeePhone` (string) - `employeeEmail` (string) - `employeeNotes` (string) - `employeeLinkedUserGuid` (string) - `employeeLinkedUserName` (string) - `employeePayrollTypeName` (string) Required if the account has Timecards module - `employeePayrollUnionName` (string) Required if the account has Timecards module - `employeePayrollHolidayEligibility` (string) Required if the account has Timecards module. Enum: "PER_UNION", "AB_5_OF_9" - `employeeAverageDayPay` (number) Required if the account has Timecards module - `employeeHolidayHoursTopUp` (number) Required if the account has Timecards module - `employeeCreatedAt` (integer) Timestamp in epoch millseconds - `employeeUpdatedAt` (integer) Timestamp in epoch millseconds - `employeeFormData` (object) Read-only schema used in GET requests to display object's custom fields data. For POST requests, refer to - `employeeFormData.formDataFormTypeUname` (string) - `employeeFormData.formDataGuid` (string) - `employeeFormData.formDataFieldDataList` (array) - `employeeFormData.formDataFieldDataList.fieldDataFieldTypeDataType` (string) - `employeeFormData.formDataFieldDataList.fieldDataFieldTypeUname` (string) - `employeeFormData.formDataFieldDataList.fieldDataFieldTypeLabel` (string) - `employeeFormData.formDataFieldDataList.fieldDataStringValue` (string) - `employeeFormData.formDataFieldDataList.fieldDataReferenceValue` (string)