The entity Link stores information about URL connections inside Synapcus.

Database level

See the entity fields bellow. Mandatory fields are marked in red:

NameTypeLabelDescription
form *StringFormRepresents the entity form. Will always be "lnk".
lnk_proc_unid *StringNameThe unique ID of the  parent process under which the lonk has been created and referenced. 
lnk_source_unid *String
The unique ID of the source object  under which the link has been referenced.
lnk_target_unid *String
The unique ID of the target object  under which the link has been referenced.
lnk_typeString
Represents the link type as code. 

QEE classes level

The class representing the Link is QEELnk

Inherits from: QEEObject

REST level

The endpoints dealing with Link are:

xrLnk (GET, POST, PUT, DELETE)

xrLnks (GET, PUT, DELETE)