# source_api All URIs are relative to *http://localhost* Method | HTTP request | Description ------------- | ------------- | ------------- ****](source_api.md#) | **POST** /data-sources/{dataSourceId}/entities/{entityId}/changes | Sync changes from data source ****](source_api.md#) | **GET** /data-sources/{dataSourceId}/synchronization-state | Lists synchronization status for your data sources ****](source_api.md#) | **GET** /data-sources | List registered datasources ****](source_api.md#) | **POST** /data-sources | Register a data source # **** > models::DataSource (data_source_id, entity_id, optional) Sync changes from data source ### Required Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **data_source_id** | **String**| Id of the data source | **entity_id** | **String**| Id of the entity | **optional** | **map[string]interface{}** | optional parameters | nil if no parameters ### Optional Parameters Optional parameters are passed through a map[string]interface{}. Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **data_source_id** | **String**| Id of the data source | **entity_id** | **String**| Id of the entity | **data_source** | [**DataSource**](DataSource.md)| | ### Return type [**models::DataSource**](DataSource.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json, [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **** > Vec (data_source_id) Lists synchronization status for your data sources ### Required Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **data_source_id** | **String**| Id of the data source | ### Return type [**Vec**](SynchronizationState.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json, [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **** > models::DataSource () List registered datasources ### Required Parameters This endpoint does not need any parameter. ### Return type [**models::DataSource**](DataSource.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json, [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **** > models::DataSource (optional) Register a data source ### Required Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **optional** | **map[string]interface{}** | optional parameters | nil if no parameters ### Optional Parameters Optional parameters are passed through a map[string]interface{}. Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **data_source** | [**DataSource**](DataSource.md)| | ### Return type [**models::DataSource**](DataSource.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)