GET api/v1/contractlabortransactionlogs/search?FsUserId={FsUserId}&FromCreatedOnDateUtc={FromCreatedOnDateUtc}&ToCreatedOnDateUtc={ToCreatedOnDateUtc}
Get a ContractLaborTransactionLogs filtered by search criteria
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FsUserId | integer |
None. |
|
| FromCreatedOnDateUtc | date |
None. |
|
| ToCreatedOnDateUtc | date |
None. |
Body Parameters
None.
Response Information
Resource Description
ContractLaborTransactionSearchReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionLogId | globally unique identifier |
None. |
|
| CreatedOnUtc | date |
None. |
|
| TransactionType | integer |
None. |
|
| TransactionName | string |
None. |
|
| FacilityId | integer |
None. |
|
| FacilityName | string |
None. |
|
| DepartmentId | integer |
None. |
|
| DepartmentName | string |
None. |
|
| FsUserId | integer |
None. |
|
| FsUserName | string |
None. |
|
| FsLoginName | string |
None. |
|
| Details | string |
None. |
|
| SkillDescription | string |
None. |
|
| ShiftRequestedForDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"TransactionLogId": "7318ad99-d7da-4b3d-b181-97d03c4f844d",
"CreatedOnUtc": "2026-01-02T21:49:41.5161028-06:00",
"TransactionType": 3,
"TransactionName": "sample string 4",
"FacilityId": 5,
"FacilityName": "sample string 6",
"DepartmentId": 7,
"DepartmentName": "sample string 8",
"FsUserId": 9,
"FsUserName": "sample string 10",
"FsLoginName": "sample string 11",
"Details": "sample string 12",
"SkillDescription": "sample string 13",
"ShiftRequestedForDate": "2026-01-02T21:49:41.5161028-06:00"
}