-
Notifications
You must be signed in to change notification settings - Fork 0
1.1 Querying the Controller
Anders Mikkelsen edited this page Dec 14, 2017
·
2 revisions
Show operations returns the JSON representation of a single object.
All index operations on the API can be performed with finegrained filtering and ordering as well as aggregation with or without grouping, for doing more advanced searches.
Index operations return an itemList with the following format:
{
"etag" : "string",
"pageToken" : "string",
"count" : "integer",
"items" : "array of objects in JSON representation"
}