Perform autoLinking for specified object
name | type | description | default | constraints |
---|---|---|---|---|
guid | path | The unique UUID identifier of object. | ||
unlinkSurplus | query | whether objects that do not match autolinking criteria shall be unlinked. | required boolean |
media type | data type | description |
---|---|---|
application/json | object | JSON response with the created links
Example of response:
{"list":[{"sourceValue":"389540","sourceClass":"128","destinationValue":"53235","destinationClass":"108","isDefault":false,"success":true}]}
|
Perform autoLinking for specified object
name | type | description | default | constraints |
---|---|---|---|---|
classId | path | The unique identifier of object class. | long | |
objectId | path | The unique identifier of object. | long | |
unlinkSurplus | query | whether objects that do not match autolinking criteria shall be unlinked. | required boolean |
media type | data type | description |
---|---|---|
application/json | object | JSON response with the created links
Example of response:
{"list":[{"sourceValue":"389540","sourceClass":"128","destinationValue":"53235","destinationClass":"108","isDefault":false,"success":true}]}
|
Perform objects autoLinking for specified object with its subtree in given perspective
name | type | description | default | constraints |
---|---|---|---|---|
guid | path | The unique UUID identifier of object. | ||
perspId | path | The unique identifier of perspective. | long | |
unlinkSurplus | query | whether objects that do not match autolinking criteria shall be unlinked. | required boolean |
media type | data type | description |
---|---|---|
application/json | object | JSON response with the created links
Example of response:
{"list":[{"sourceValue":"389540","sourceClass":"128","destinationValue":"53235","destinationClass":"108","isDefault":false,"success":true}]}
|
Perform objects autoLinking for specified object with its subtree in given perspective
name | type | description | default | constraints |
---|---|---|---|---|
classId | path | The unique identifier of object class. | long | |
objectId | path | The unique identifier of object. | long | |
perspId | path | The unique identifier of perspective. | long | |
unlinkSurplus | query | whether objects that do not match autolinking criteria shall be unlinked. | required boolean |
media type | data type | description |
---|---|---|
application/json | object | JSON response with the created links
Example of response:
{"list":[{"sourceValue":"389540","sourceClass":"128","destinationValue":"53235","destinationClass":"108","isDefault":false,"success":true}]}
|