storm-api-key: ********************{
"status": "success",
"message": "string",
"data": {
"data": [
{
"id": "string",
"agentId": "string",
"revision": 1,
"schemaVersion": 0,
"value": {
"property1": "string",
"property2": "string"
},
"customVariables": {
"variableName": {
"type": "string",
"value": "string",
"description": "string"
},
"property1": {
"type": "string",
"value": "string",
"description": "string"
},
"property2": {
"type": "string",
"value": "string",
"description": "string"
}
},
"note": "string",
"isDev": true,
"isLive": true,
"isDraft": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pageInfo": {
"page": 1,
"size": 1,
"totalElements": 0,
"totalPages": 0
}
}
}