get
http://{{url}}/api/resource/Relationship Role/
This endpoint retrieves the list of relationship roles 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 role records wrapped inside a data array.
Each record represents a role that defines the relationship between individuals or entities.
Example Response
{
"data": [
{
"name": "Gaurdian"
},
{
"name": "Care Taker"
},
{
"name": "Guidance Provider"
},
{
"name": "Protector"
},
{
"name": "Reference"
},
{
"name": "Decision Maker"
},
{
"name": "Neighbour"
}
]
} 200