Operations

4 pages filed under APIs › operations. An operation is one call of an API, with its parameters and its responses as the contract declares them.

Method: GET
Sort: Links
OperationMethodFirst lineLinks
List the entitiesGETReturns the entities of the last build, in identifier order, with the same fields as the entities block of the model; a screen that cannot read model.json directly will page through them here. The operation is declared by the OpenAPI contract of the model query API and exists nowhere else in this version.
Get an entityGETReturns one entity of the last build by its identifier, with its attributes, its displayed neighbourhood and the links it is an end of, as the entity page shows them. Declared by the OpenAPI contract of the model query API; nothing of it exists in the command line.
Search the modelGETReturns the entities matching a query, scored as the search island of the site scores them, for a client that does not load the search index. Declared by the OpenAPI contract of the model query API; the static search of the site does not depend on it.

3 operations of 3 — pagination by twenty. The Links column counts the related pages, which brings the most central operations of the journey to the top.