POST services/api/rest/v1/Get_TrackingLog
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RestTrackLog_View| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionId | integer |
None. |
|
| ActionName | string |
None. |
|
| ActionTime | date |
None. |
|
| Remark | string |
None. |
|
| Username | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ActionId": 1,
"ActionName": "sample string 2",
"ActionTime": "2026-09-09T15:13:59.7272159+04:00",
"Remark": "sample string 4",
"Username": "sample string 5"
},
{
"ActionId": 1,
"ActionName": "sample string 2",
"ActionTime": "2026-09-09T15:13:59.7272159+04:00",
"Remark": "sample string 4",
"Username": "sample string 5"
}
]