GET /api/Relative/GetRelative

GET /api/Relative/GetRelative

Query parameters

  • id 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
    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
    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
  • Not Found

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
  • 500

    Server Error

GET /api/Relative/GetRelative
curl \
 -X GET http://api.example.com/api/Relative/GetRelative \
 -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"
}
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}