GET api/v1/ptotransactions/{startDate}
Retrieve PTO balance for authenticated staff.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfPtoBalanceReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfPtoBalanceReturnModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"staffId": 1,
"FacilityId": 2,
"DepartmentId": 3,
"PtoBalance": 4.1,
"PayPeriodAccrual": 5.1,
"PtoBalanceAccrualModel": [
{
"PayPeriodEndDate": "2026-01-02T21:47:50.8662543-06:00",
"IsHighlightedDate": true,
"PtoBalance": 3.1,
"LessFSApprovalPTO": 4.1,
"EstPTOHours": 5.1
},
{
"PayPeriodEndDate": "2026-01-02T21:47:50.8662543-06:00",
"IsHighlightedDate": true,
"PtoBalance": 3.1,
"LessFSApprovalPTO": 4.1,
"EstPTOHours": 5.1
}
]
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}