EndPoints for OData Connector
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 |
---|---|---|
List Tables (JSON API) | list_tables_json | |
List Tables (XML API) | list_tables_xml | |
Generic Read Data (JSON API) | read_data_json | |
Generic Read Data (XML API) | read_data_xml | |
Read [$parent.name$] | get_[$parent.name$] | |
Generic 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. |
Generic 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. |