Related Items REST Endpoints
Related Items
Use the entity reference service to create, view, and delete references between application objects. Update Keys : 'entityReferenceId'
- Batch Create References
- Method: postPath:
/api/restapi/entityReference/batch - Batch Delete References
- Method: deletePath:
/api/restapi/entityReference/batch - Batch Sync References
- Method: postPath:
/api/restapi/entityReference/syncBatch - Create a Reference
- Method: postPath:
/api/restapi/entityReference/link - Delete a Reference
- Method: deletePath:
/api/restapi/entityReference/{entityReferenceId} - Unlink a Reference
- Method: putPath:
/api/restapi/entityReference/unLink - View a Reference
- Method: getPath:
/api/restapi/entityReference/{entityReferenceId} - View all References of a Linked Object
- Method: getPath:
/api/restapi/entityReference/linkedObjectReferences - View all Related Items of a Reference
- Method: getPath:
/api/restapi/entityReference/relatedItems - View Linked References
- Method: getPath:
/api/restapi/entityReference/linkedReferences - View Objects that Support References
- Method: getPath:
/api/restapi/entityReference/linkableObjectReferences