GET /api/Relative/FindRelativeByName

GET /api/Relative/FindRelativeByName

Query parameters

  • name string

Responses

  • Success

    Hide response attributes Show response attributes object
    • id string | null
    • firstName string | null
    • lastName string | null
    • address string | null
    • ssn string | null
    • birthDate string(date-time)
    • Additional properties are NOT allowed
GET /api/Relative/FindRelativeByName
curl \
 -X GET http://api.example.com/api/Relative/FindRelativeByName \
 -H "Authorization: $API_KEY"