-
Notifications
You must be signed in to change notification settings - Fork 639
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Hi,
I've used query.groupBy as per example on a simple get operation (list all entities of a kind grouped by property):
groupBy(['prop']);
With one arguments I have the complete list of kind without any grouping applied.
With two arguments I have this response:
{
"code": 412,
"metadata": {
"_internal_repr": {}
}
}Can you please help me understand how am I supposed to use the groupBy API?
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.