
iSolved API Integration Profile
Information and guides about integrating with iSolved API
Add iSolved Integration to Your ProductGet All Absences (v.2) in iSolved API
Gets a listing of all absence requests and future balances for an employee.
This is Version 2 of this API that returns additional details.  To request this version include the X-API-VERSION header with a value of 2.
Input schema fields
| Field Name | API Key | Type | |
|---|---|---|---|
| Path Parameters | pathParameters | object | |
| Client Id | pathParameters.clientId | integer | |
| Legal Id | pathParameters.legalId | integer | |
| Employee Id | pathParameters.employeeId | integer | |
| Query | query | object | 
Output schema fields
| Field Name | API Key | Type | Description | 
|---|---|---|---|
| Absences | absences | array of items | An array of employee absences | 
| Id | item.id | integer | Unique Object Id | 
| Absence Date | item.absenceDate | string | The date of the time off request | 
| Absence Type Id | item.absenceTypeId | integer | The absence type identifier | 
| Absence Type Name | item.absenceTypeName | string | The absence type description |