Variables List Object
Properties
Name | Type | Description |
total | integer | Total number of variables documents that matched your query. |
variables | variable[] | List of variables. |
Examples
JSON
{
"total": 5,
"variables": [
{
"$id": "5e5ea5c16897e",
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"key": "API_KEY",
"value": "myPa$$word1",
"functionId": "5e5ea5c16897e"
}
]
}