GET api/v1/employeepreferences/{employeePreferenceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeePreferenceId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfEmployeePreferenceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfEmployeePreferenceModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"EmployeePreferenceId": "da521c1d-bc37-4a66-bd7e-8147356b711e",
"Value": "sample string 2",
"Description": "sample string 3",
"Preserve": true,
"Source": "sample string 5",
"CreatedBy": "sample string 6",
"DateChangedUtc": "2026-01-02T16:08:17.2858402-06:00"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}