Collections List Object
Properties
Name | Type | Description |
total | integer | Total number of collections documents that matched your query. |
collections | collection[] | List of collections. |
Examples
JSON
{
"total": 5,
"collections": {
"$id": "5e5ea5c16897e",
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00",
"$permissions": [
"read(\"any\")"
],
"databaseId": "5e5ea5c16897e",
"name": "My Collection",
"enabled": false,
"documentSecurity": true,
"attributes": {
"key": "isEnabled",
"type": "boolean",
"status": "available",
"required": true,
"array": false,
"default": false
},
"indexes": {
"key": "index1",
"type": "primary",
"status": "available",
"attributes": [],
"orders": []
}
}
}