Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of variables documents that matched your query. |
variables | array | List of variables. Can be one of: |
Example
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",
"resourceType": "function",
"resourceId": "myAwesomeFunction"
}
]
}
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",
"resourceType": "function",
"resourceId": "myAwesomeFunction"
}
]
}