Using API to create links

Does an API call exist to create/modify/delete links between objects ?

Hi @acpfn ,
there are APIs for create, get and delete of links. Links can not be modified.

The endpoint for create is /rest/objects/links

Create requires 2 parameters primary and secondary which are the public ids of the objects which should be linked.

Delete endpoint is /rest/objects/links/<public_id>
Where <public_id> needs to be replaced with the public_id of the link instance

BR Adnan

1 Like