Relationship Role

This endpoint retrieves the list of relationship roles 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 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"
        }
    ]
}
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!