Returns statistics for data modeling resources grouped by space for a specified list of spaces.
List of space-ids to return statistics for.
required | Array of objects [ 1 .. 100 ] items |
List of spaces with associated data modeling statistics
The response for a failed request.
{- "items": [
- {
- "space": "string"
}
]
}
{- "items": [
- {
- "space": "string",
- "containers": 0,
- "views": 0,
- "dataModels": 0,
- "edges": 0,
- "softDeletedEdges": 0,
- "nodes": 0,
- "softDeletedNodes": 0
}
]
}