curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/ListHandoverSessionLogs' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"handoverSessionId": 1,
"orCodes": [
"string"
],
"clientOrCodes": [
"string"
],
"trackingCodes": [
"string"
],
"eventObjects": [
"session"
],
"eventTypes": [
"create_session"
],
"eventStatuses": [
"success"
],
"userIds": [
1
],
"createdAtFrom": "2023-01-15T01:30:15.01Z",
"createdAtTo": "2023-01-15T01:30:15.01Z"
},
"sortBy": "SORT_BY_UNSPECIFIED",
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"handoverSessionId": 0,
"handoverSessionCode": "string",
"handoverSessionItemId": 0,
"handoverSessionManifestId": 0,
"orCode": "string",
"clientOrCode": "string",
"trackingCode": "string",
"eventObject": "session",
"eventType": "create_session",
"eventStatus": "success",
"eventNote": "string",
"userId": 0,
"createdAt": "2023-01-15T01:30:15.01Z",
"warehouseCode": "string"
}
]
}