Reference

Endpoints


On this page you will see possible API actions you can perform with OData connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Generic Read Data (JSON API) read_data_json
Generic Read Data (XML API) read_data_xml
List Columns get_metadata_columns
List Tables get_metadata_tables
List Tables (JSON API) list_tables_json
List Tables (XML API) list_tables_xml
Read [Dynamic Endpoint] get_[dynamic_endpoint_name]
Make Generic REST API Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.
Make Generic REST API Request (Bulk Write) generic_request_bulk_write This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.