Parameter | Description |
Data Source | Available REST API Data Source. |
Synchronization Method | Supports two synchronization methods: data synchronization and file transfer Data Synchronization: Parses structured data content and maps and synchronizes data content according to field relationships. File Transfer: Transfers the entire file without content parsing. Applicable to unstructured data synchronization. |
Request Method | Supports POST and GET request methods. The POST method uses JSON type parameters. The GET method uses abc=1&def=1. |
Return Data Type | Format of returned data, currently only JSON is supported. |
JSON Data Path (Optional) | Query the path of a single JSON object or JSON array from the returned result. |
Returned Data Structure | Supports single JSON data and JSON array data. |
Request Header (Optional) | Header information passed to the RESTful interface. |
Request Parameters | The GET method uses abc=1&def=1. The POST method uses JSON type parameters. |
Skip the Header | No: Do not skip the header during synchronization. Yes: Skip the header during synchronization. Note: Whether to skip the header is only supported for Data Synchronization synchronization mode. |
Type classification | DataInLong column configuration type |
Integer type | LONG,INT |
String type | STRING |
Floating point type | DOUBLE,FLOAT |
Boolean type | BOOLEAN |
Datetime type | DATE |
Was this page helpful?