Save multiple Relationships

Add, update or remove multiple Relationships.
See the non-bulk method for detailed explanation of the actions.

Path Params
string
required

The name of the space (database) assigned to you.

string
required

One of:

  • The Entity's internal Entity Id
  • The Entity's name
  • The Entity's business Id, prefixed with $
Query Params
string
enum

RelationshipSave Action. Default is SET, which creates the Relationship if it doesn't already exists, and updates it if it exists. ADD_ONLY, will add a add the Relationsip if it doesn't already exist, but will not update an existing Relationship. UPDATE_ONLY is the opposite.

Allowed:
string

The Dimensions under which the calling application operates. Format: {dim1}:{value1}[;{dim2}:{value2}[;...]]

boolean

If true, also exposes Installed but Unpublished entity resources. Default is false.

Body Params
Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json