Skip to main content
Version: 5.7.0

GenerateGuid

Generate a random GUID.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"response": {
"guid": "81a2c41d-ab0d-4057-adb8-d79bc819ee01"
},
"success": true
},
"status": 200
}