English
Mobile APIs
About 182 wordsLess than 1 minute
2025-12-18
This page summarizes the currently available mobile APIs, grouped by capability.
Business Object Data Operations
| Name | Function |
|---|---|
| fetch_data | Retrieve business object data |
| fetch_describe | Retrieve business object describe information |
| format_field_value | Format a field value |
Business Object UI Operations
| Name | Function |
|---|---|
| addObject | Open the create object screen |
| editObject | Open the edit object screen |
| selectObject | Select a single business object |
| selectMultiCrmObject | Select multiple business objects |
| viewObject | View object details |
Tenant Customization
| Name | Function |
|---|---|
| call_controller | Call tenant-defined server-side logic |
| openCustomComponent | Open a custom component |
App Operations
| Name | Function |
|---|---|
| openWebview | Open a WebView page |
| storageGet | Read local storage |
| storageSet | Write to local storage |
Organization
| Name | Function |
|---|---|
| getUserInfo | Get current user information |
Media
| Name | Function |
|---|---|
| getFileUrlFromNpath | Get a file access URL from a file path |
| getImageUrlFromNpath | Get an image access URL from an image path |
| previewFile | Preview a file |
| previewImage | Preview an image |
Notes
- This page only summarizes mobile APIs
- For detailed parameters, return values, and limitations, open each API page
