GET
/
omni-omni
/
v1
/
parties
/
{email}
/
relationships
curl --request GET \
  --url https://backend.sandbox.ecrop.de/ecrop-command/omni-omni/v1/parties/{email}/relationships \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "partyEmail": "<string>",
    "relationshipDirection": "MEMBER",
    "relationshipType": "EXECUTIVE"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email
string
required

Response

200
application/json
Party's relationship are retrieved
partyEmail
string
required
relationshipDirection
enum<string>
required
Available options:
MEMBER,
PARENT
relationshipType
enum<string>
required
Available options:
EXECUTIVE,
SUPERVISORY,
GENERAL_MEETING,
EMPLOYEE,
SHARE_HOLDER,
CONTROLLING_PERSON,
DIRECTOR,
CEO,
BOARD_CHAIRMAN,
BOARD_MEMBER,
SPOUSE,
HERITAGE
id
integer