Link Types REST Endpoints

Link Types
Link type represents the type of the link between an object and the web resource. Link types are created by the Administrator with optional format for the link.
Create a link type
Method: post
Path: /crmRestApi/resources/11.13.18.05/svcLinkTypes
Delete a link type
Method: delete
Path: /crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber}
Get a link type
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber}
Get all link types
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcLinkTypes
Update a link type
Method: patch
Path: /crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber}