GET api/loa_tracker
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of loa_tracker| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| first_name | string |
None. |
|
| last_name | string |
None. |
|
| external_id | string |
None. |
|
| loa_type | string |
None. |
|
| fmla_bank_hours | integer |
None. |
|
| start_date | date |
None. |
|
| estimated_end_date | date |
None. |
|
| date_reported | date |
None. |
|
| hours_reported | integer |
None. |
|
| fmla_current_bank | integer |
None. |
|
| notes | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"first_name": "sample string 2",
"last_name": "sample string 3",
"external_id": "sample string 4",
"loa_type": "sample string 5",
"fmla_bank_hours": 6,
"start_date": "2025-12-12T03:40:24.1328998-06:00",
"estimated_end_date": "2025-12-12T03:40:24.1328998-06:00",
"date_reported": "2025-12-12T03:40:24.1328998-06:00",
"hours_reported": 10,
"fmla_current_bank": 11,
"notes": "sample string 12"
},
{
"id": 1,
"first_name": "sample string 2",
"last_name": "sample string 3",
"external_id": "sample string 4",
"loa_type": "sample string 5",
"fmla_bank_hours": 6,
"start_date": "2025-12-12T03:40:24.1328998-06:00",
"estimated_end_date": "2025-12-12T03:40:24.1328998-06:00",
"date_reported": "2025-12-12T03:40:24.1328998-06:00",
"hours_reported": 10,
"fmla_current_bank": 11,
"notes": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfloa_tracker xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI">
<loa_tracker>
<date_reported>2025-12-12T03:40:24.1328998-06:00</date_reported>
<estimated_end_date>2025-12-12T03:40:24.1328998-06:00</estimated_end_date>
<external_id>sample string 4</external_id>
<first_name>sample string 2</first_name>
<fmla_bank_hours>6</fmla_bank_hours>
<fmla_current_bank>11</fmla_current_bank>
<hours_reported>10</hours_reported>
<id>1</id>
<last_name>sample string 3</last_name>
<loa_type>sample string 5</loa_type>
<notes>sample string 12</notes>
<start_date>2025-12-12T03:40:24.1328998-06:00</start_date>
</loa_tracker>
<loa_tracker>
<date_reported>2025-12-12T03:40:24.1328998-06:00</date_reported>
<estimated_end_date>2025-12-12T03:40:24.1328998-06:00</estimated_end_date>
<external_id>sample string 4</external_id>
<first_name>sample string 2</first_name>
<fmla_bank_hours>6</fmla_bank_hours>
<fmla_current_bank>11</fmla_current_bank>
<hours_reported>10</hours_reported>
<id>1</id>
<last_name>sample string 3</last_name>
<loa_type>sample string 5</loa_type>
<notes>sample string 12</notes>
<start_date>2025-12-12T03:40:24.1328998-06:00</start_date>
</loa_tracker>
</ArrayOfloa_tracker>