Service Links REST Endpoints
Service Links
A link represents an association between a web resource and an object. An object can have any number of links associated with it. A link is formed by using a link type already created by an administrator user.
- Create a link
- Method: postPath:
/crmRestApi/resources/11.13.18.05/svcLinks - Delete a link
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/svcLinks/{LinkNumber} - Get a link
- Method: getPath:
/crmRestApi/resources/11.13.18.05/svcLinks/{LinkNumber} - Get all links
- Method: getPath:
/crmRestApi/resources/11.13.18.05/svcLinks - Update a link
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/svcLinks/{LinkNumber}