Relationship Type

This endpoint retrieves the list of relationship types available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

The response returns a collection of relationship type records wrapped inside a data array.
Each record represents the type of relationship between individuals or entities.

Example Response

{
    "data": [
        {
            "name": "Friend"
        },
        {
            "name": "Neighbour"
        },
        {
            "name": "Partner"
        },
        {
            "name": "Spouse"
        },
        {
            "name": "Extended_family"
        },
        {
            "name": "Other"
        },
        {
            "name": "Parent"
        },
        {
            "name": "Sibling"
        }
    ]
}
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!