GET /api/Relative/FindRelativeByName
Query parameters
-
name
string
GET
/api/Relative/FindRelativeByName
curl \
-X GET http://api.example.com/api/Relative/FindRelativeByName \
-H "Authorization: $API_KEY"
Response examples (200)
[
{
"id": "string",
"firstName": "string",
"lastName": "string",
"address": "string",
"ssn": "string",
"birthDate": "2024-05-04T09:42:00+00:00"
}
]
Response examples (200)
[
{
"id": "string",
"firstName": "string",
"lastName": "string",
"address": "string",
"ssn": "string",
"birthDate": "2025-05-04T09:42:00Z"
}
]