Skip to content

1.1 Querying the Controller

Anders Mikkelsen edited this page Dec 14, 2017 · 2 revisions

Querying

Show

Show operations returns the JSON representation of a single object.

Index

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"
}