English
Field Value Description
About 239 wordsLess than 1 minute
2026-01-19
This document provides instructions on how to fill in specific field values.
Field Value Description for Creating/Modifying Objects
| Field Type | Description | JSON Type | Example | Remarks |
|---|---|---|---|---|
| select_many | Multiple selection | List[String] | ["18","19"] | Call the Describe API to get the field description. The options are the selection options for the multi-select field. Use value for data retrieval and creation, while label is for display purposes.Example: { "describe_api_name": "SPUObj", "is_index": true, "is_active": true, "create_time": 1545708954736, "description": "Unit", "is_unique": false, "label": "Unit", "type": "select_many", "is_need_convert": false, "is_required": true, "api_name": "unit", "options": [ { "label": "Vehicle", "value": "18" }, { "label": "Volume", "value": "19" } ] } The value field is obtained from the object description API. |
Field Description for Querying Objects by Condition
When querying objects by condition, query parameters must be passed, and filtering can only be performed based on object fields.
| Parameter | Type | Required | Remarks |
|---|---|---|---|
| data.search_query_info.filters.operator | String | Yes | Supported operators include: "EQ" (equal), "NE" (not equal), "GT" (greater than), "LT" (less than), "GE" (greater than or equal), "LE" (less than or equal), "IN" (included in), "NOT_IN" (not included in), "LIKE" (contains), "NOT_LIKE" (does not contain). |
