Skip to content

Associations

associate_category_property_value(body=Body(), execution_id=None, token=Depends(oauth2_scheme)) async

Associate/dissociate category property value to entity

Parameters:

Name Type Description Default
body AssociateCategoryPropertyValueToEntityRequest

The category property value to associate/dissociate to the entity. Defaults to Body().

Body()
execution_id str

Unique identifier of the execution. Defaults to None.

None
token str

The authentication token. Defaults to Depends(oauth2_scheme).

Depends(oauth2_scheme)

Raises:

Type Description
HTTPException
status_code

HTTP_400_BAD_REQUEST

message

Error on method [associate_category_property_value]

body

exception message

Returns:

Type Description
bool

The association result

category_property_value_association_info(body=Body(), execution_id=None, token=Depends(oauth2_scheme)) async

Associate/dissociate category property value to association between 2 entities

Parameters:

Name Type Description Default
body AssociateCategoryPropertyValueToAssocationInfoRequest

The category property value to associate/dissociate to the entity. Defaults to Body().

Body()
execution_id str

Unique identifier of the execution. Defaults to None.

None
token str

The authentication token. Defaults to Depends(oauth2_scheme).

Depends(oauth2_scheme)

Raises:

Type Description
HTTPException
status_code

HTTP_400_BAD_REQUEST

message

Error on method [associate_category_property_value]

body

exception message

Returns:

Type Description

None

entities_one_to_many(body=Body(), execution_id=None, token=Depends(oauth2_scheme)) async

Associate a single entity to multiple entities

Parameters:

Name Type Description Default
body AssociateEntitiesOneToManyRequest

The entities to associate. Defaults to Body().

Body()
execution_id str

Unique identifier of the execution. Defaults to None.

None
token str

The authentication token. Defaults to Depends(oauth2_scheme).

Depends(oauth2_scheme)

Raises:

Type Description
HTTPException
status_code

HTTP_400_BAD_REQUEST

message

Error on method [associate_entites_by_id_one_to_many_api]

body

exception message

Returns:

Type Description
bool

The association result

entities_one_to_one(body=Body(), execution_id=None, token=Depends(oauth2_scheme)) async

Associate 2 entities

Parameters:

Name Type Description Default
body AssociateEntitiesRequest

The entities to associate. Defaults to Body().

Body()
execution_id str

Unique identifier of the execution. Defaults to None.

None
token str

The authentication token. Defaults to Depends(oauth2_scheme).

Depends(oauth2_scheme)

Raises:

Type Description
HTTPException
status_code

HTTP_400_BAD_REQUEST

message

Error on method [associate_entites_by_id_api]

body

exception message

Returns:

Type Description
bool

The association result