- Model APIs
- copyByIdPOST
- copyByIdAndFetchPOST
- copyByIdsPOST
- copyByIdsAndFetchPOST
- countPOST
- createListPOST
- createListAndFetchPOST
- createOnePOST
- createOneAndFetchPOST
- deleteByIdPOST
- deleteByIdsPOST
- deleteBySliceIdPOST
- getByIdPOST
- getByIdsPOST
- getCopyableFieldsGET
- getRowFilesGET
- getUnmaskedFieldGET
- getUnmaskedFieldsGET
- searchListPOST
- searchNamePOST
- searchPagePOST
- searchPivotPOST
- searchSimpleAggPOST
- updateByFilterPOST
- updateListPOST
- updateListAndFetchPOST
- updateOnePOST
- updateOneAndFetchPOST
- uploadFilePOST
- uploadFileToRowPOST
- Toolkit
- ChangeLog
- File Record
- Import Template
- SysPreData
- SysView
- Data Export
- Import
- Metadata Upgrade API
- Export Template
- DeptInfo
- AiRobot
- DocumentTemplate
- FlowConfig
- SysCron
- SysModel
- SysOptionSet
- Flow Automation
- DesignAppEnv
- DesignAppVersion
- DesignModel
validateExpression
GET
/toolkit/validateExpression
Toolkit
Request
Query Params
expression
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/toolkit/validateExpression?expression'
Responses
🟢200OK
*/*
Body
code
integer <int32>
optional
data
object (FileInfo)
optional
checksum
string
optional
fileId
string
optional
fileName
string
optional
fileType
enum<string>
optional
Allowed values:
JPGPNGWEBPBMPTIFSVGGIFICOCSVTXTDOCDOCXPPTPPTXXLSXLSXPDFJSONXMLYAMLZIPGZIPTARRARGZMP3WAVAACOGGFLACMP4AVIMOVWMVFLV
size
integer <int32>
optional
url
string
optional
message
string
optional
Example
{
"code": 0,
"data": {
"checksum": "string",
"fileId": "string",
"fileName": "string",
"fileType": "JPG",
"size": 0,
"url": "string"
},
"message": "string"
}
Modified at 2025-04-04 11:37:01