Get Dependent By Id
Returns a Dependent object with the given id.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Query Parameters
Whether to include the original data Bindbee fetched from the third-party to produce these models.
Whether to include custom fields in the response.
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. You can also specify required fields in [] for each relation name.
Response
"018b18ef-c487-703c-afd9-0ca478ccd9d6"
The third-party API ID of the matching object.
"123321"
This is the datetime that this object was last updated by Bindbee
"2021-10-16T00:00:00Z"
The custom fields related to the model
{
"category_group": "REG",
"disability_type": "ASBERG",
"hire_date": "1991-03-16T00:00:00",
"hire_source": "REFER",
"nationality": "USA",
"original_hire_date": "1991-03-16T00:00:00"
}
The employee holding this position.
The employee's home address.
{
"city": "London",
"country": "UK",
"location": "UK-HO-London",
"postal_code": "56273",
"state": "LND",
"street_1": "1011",
"street_2": "Lane number 4, Golden Villa"
}
The dependent's first name
"Aayushi"
The dependent's middle name
"Olivia"
The dependent's last name
"Rai"
The dependent's relationship with this employee
"SPOUSE"
The dependent's date of birth
"1995-04-16T00:00:00Z"
The dependent's gender
"female"
The dependent's phone number
"+44-208-555-2112"
The dependent's SSN
"555-22-5555"
This is the Raw data
{
"key_1": "Platform dependent data 1",
"key_2": "Platform dependent data 2"
}