Endpoints used by the API

00001012920000 · Info · (manual) · #api #manual #reference #zettelstore (all)

All API endpoints conform to the pattern [PREFIX]LETTER[/ZETTEL-ID], where:

PREFIX

is the URL prefix (default: “/”), configured via the url-prefix startup configuration,

LETTER

is a single letter that specifies the resource type,

ZETTEL-ID

is an optional 14 digits string that uniquely identify a zettel.

The following letters are currently in use:

LetterWithout zettel identifierWith zettel identifierMnemonic
aPOST: client authenticationAuthenticate
PUT: renew access token
xGET: retrieve administrative dataExecute
POST: execute command
zGET: list zettel/query zettelGET: retrieve zettelZettel
POST: create new zettelPUT: update zettel
DELETE: delete zettel
MOVE: rename zettel

The full URL will contain either the “http” oder “https” scheme, a host name, and an optional port number.

The API examples will assume the “http” schema, the local host “127.0.0.1”, the default port “23123”, and the default empty PREFIX “/”. Therefore, all URLs in the API documentation will begin with “http://127.0.0.1:23123/”.