GET api/ee_history
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ee_history| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| update_at | date |
None. |
|
| location | string |
None. |
|
| worker_status | string |
None. |
|
| worker_job_code | string |
None. |
|
| count | integer |
None. |
|
| ft_pt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"update_at": "2025-12-12T03:40:41.0703344-06:00",
"location": "sample string 2",
"worker_status": "sample string 3",
"worker_job_code": "sample string 4",
"count": 1,
"ft_pt": "sample string 5"
},
{
"id": 1,
"update_at": "2025-12-12T03:40:41.0703344-06:00",
"location": "sample string 2",
"worker_status": "sample string 3",
"worker_job_code": "sample string 4",
"count": 1,
"ft_pt": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfee_history xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI">
<ee_history>
<count>1</count>
<ft_pt>sample string 5</ft_pt>
<id>1</id>
<location>sample string 2</location>
<update_at>2025-12-12T03:40:41.0703344-06:00</update_at>
<worker_job_code>sample string 4</worker_job_code>
<worker_status>sample string 3</worker_status>
</ee_history>
<ee_history>
<count>1</count>
<ft_pt>sample string 5</ft_pt>
<id>1</id>
<location>sample string 2</location>
<update_at>2025-12-12T03:40:41.0703344-06:00</update_at>
<worker_job_code>sample string 4</worker_job_code>
<worker_status>sample string 3</worker_status>
</ee_history>
</ArrayOfee_history>