GenerateGuid
Generate a random GUID.
Usage
http://localhost:3000
- C#
- C++
- Obj-C
- Java
- JavaScript
- Dart
- Roblox
- GDScript
- 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
// N/A
N/A
var response = {};
response.guid = bridge.utils().generateGuid();
response;
// N/A
JSON Response
{
"data": {
"response": {
"guid": "81a2c41d-ab0d-4057-adb8-d79bc819ee01"
},
"success": true
},
"status": 200
}