GenerateGuid
Generate a random GUID.
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 response = {};
response.guid = bridge.utils().generateGuid();
response;
var response = {};
response.guid = bridge.utils().generateGuid();
response;
JSON Response
{
"data": {
"response": {
"guid": "81a2c41d-ab0d-4057-adb8-d79bc819ee01"
},
"success": true
},
"status": 200
}