Dependents
Get Dependent By Id
Returns a Dependent object with the given id.
GET
/
api
/
hris
/
v1
/
dependents
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
x-connector-token
string
requiredPath Parameters
id
string
requiredQuery Parameters
include_raw_data
boolean
default: falseWhether to include the original data Bindbee fetched from the third-party to produce these models.
Response
200 - application/json
id
string
requiredremote_id
string | null
requiredThe third-party API ID of the matching object.
modified_at
string
requiredThis is the datetime that this object was last updated by Bindbee
employee
string | null
requiredThe employee holding this position.
home_location
object | null
requiredThe employee's home address.
first_name
string | null
requiredThe dependent's first name
middle_name
string | null
requiredThe dependent's middle name
last_name
string | null
requiredThe dependent's last name
relationship
string | null
requiredThe dependent's relationship with this employee
date_of_birth
string | null
requiredThe dependent's date of birth
gender
string | null
requiredThe dependent's gender
phone_number
string | null
requiredThe dependent's phone number
ssn
string | null
requiredThe dependent's SSN
raw_data
object | null
This is the Raw data