Skip to main content
GET
/
reports#getTimeOffPolicyAssignment
getTimeOffPolicyAssignment
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getTimeOffPolicyAssignment' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "method": "getTimeOffPolicyAssignment",
  "timeOffPolicyAssignmentId": "FB76A153-8358-4C2C-AD5A-60771C69EAD8"
}
'
{
  "timeOffPolicyAssignment": {
    "employeeId": "1755E872-9092-4ECE-8386-860531D492D3",
    "timeOffPolicyAssignmentId": "FB76A153-8358-4C2C-AD5A-60771C69EAD8",
    "timeOffPolicyId": "1BD5AB2B-AEEC-46CD-A93B-D1A68FB90C3A",
    "timeOffPolicyName": "Standard Vacation",
    "effectiveStartDate": "2025-10-01",
    "effectiveEndDate": "2026-11-01"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
method
string
required
timeOffPolicyAssignmentId
string
required

Response

timeOffPolicyAssignment
object
required