Retrieve Absence Request details by Employee, Company, and Specific Accrual Code

GET {{base_url}}/AbsenceRequests/AbsenceRequests/:EmplooyeeId/:CompanyId/:AccrualCode

Use this endpoint to retrieve all absence requests details based on a given employee id, company id, and accrual code.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"MasterPKey":"7D7F32874D69407FA75DE58D868FCF9B","RequestedBy":"0QE34","EmpName":"Kathryn Grace Ragasa","Company":"00","CompanyName":"America","AccrualCode":"PTO","Comments":"","StatusMsg":"Approved","Status":"A","SubmittedDate":"2024-01-03T05:54:32.823","SubmittedBy":"0QE34","ApprovedDate":"","CreateUser":"KATH","CreateDate":"2024-01-03T05:54:33.040","ModUser":"KATH","ModDate":"2024-01-03T05:54:33.040","FirstDay":"2024-01-03T00:00:00.000","LastDay":"2024-01-12T00:00:00.000","Hours":0,"ApprovalStatus":"Completed","Item_UID":"66A0DED01E924E93A29D4D37152E5F2F","WorkflowStep":2,"MyActionRequired":"AssignStatus.Caption","EMail":"KathrynGraceRagasa@deltek.com","ApproverComment":""},{"MasterPKey":"9E6FF8E92B9D4144B0FCCCF2B9EF0B9B","RequestedBy":"0QE34","EmpName":"Kathryn Grace Ragasa","Company":"00","CompanyName":"America","AccrualCode":"PTO","Comments":"This is By Abdul on 24th Jan for testing - updated","StatusMsg":"Submitted","Status":"S","SubmittedDate":"2024-01-24T07:28:31.127","SubmittedBy":"0QE34","ApprovedDate":"","CreateUser":"KATH","CreateDate":"2024-01-24T07:28:19.113","ModUser":"KATH","ModDate":"2024-01-24T07:28:31.567","FirstDay":"2024-01-26T00:00:00.000","LastDay":"2024-01-26T00:00:00.000","Hours":8,"ApprovalStatus":"In Approval","Item_UID":"7023D23261C54CF89046A0C3A512F362","WorkflowStep":1,"MyActionRequired":"AssignStatus.Caption","EMail":"KathrynGraceRagasa@deltek.com","ApproverComment":""}]