Endpoint
This property specifies actions available in Link. It is available, when you set Configuration Mode to Configuration Script or Configuration Packages.
Endpoint is a mandatory property. The corresponding adapter command is -E (or -ENDPOINT).
Actions available in REST adapter as follows:
- Get Record (Command Value: - getRecord)
- Insert Record (Only Target Mode) (Command Value: - createRecord)
- Update Record (Only Target Mode) (Command Value: - updateRecord)
- Delete Record (Only Target Mode) (Command Value: - deleteRecord)
- Execute Query (Command Value: - query)
- Execute QueryAll (Command Value: - queryAll)
- Query Performance (Command Value: - queryPerformance)
- Search String (Command Value: - searchString)