get
http://{{url}}/new-/api/resource/Relationship Type/
This endpoint retrieves the list of relationship types available in the system.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}
]
} 200