Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of indexes documents that matched your query. |
indexes | array | List of indexes. Can be one of: |
Example
JSON
{
"total": 5,
"indexes": [
{
"key": "index1",
"type": "primary",
"status": "available",
"error": "string",
"attributes": [],
"orders": [],
"$createdAt": "2020-10-15T06:38:00.000+00:00",
"$updatedAt": "2020-10-15T06:38:00.000+00:00"
}
]
}
JSON
{
"total": 5,
"indexes": [
{
"key": "index1",
"type": "primary",
"status": "available",
"error": "string",
"attributes": [],
"orders": [],
"_createdAt": "2020-10-15T06:38:00.000+00:00",
"_updatedAt": "2020-10-15T06:38:00.000+00:00"
}
]
}