SysListCollections
Lists the custom entity collections configured for the application.
Service | Operation |
---|---|
customEntity | SYS_LIST_COLLECTIONS |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var customEntityProxy = bridge.getCustomEntityServiceProxy();
var postResult = customEntityProxy.sysListCollections();
if (postResult.status == 200) {
// Success!
}
{
"service": "customEntity",
"operation": "SYS_LIST_COLLECTIONS",
"data": {}
}