Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One to get user information

since

Status
title11.16

Code Block
GET http://host:port/app/api/rest/whoami


Status
since
title11.12

Code Block
GET http://host:port/app/api/json/whoami

...

One to handle preferences

RESTful URIs since

Status
title11.14

Code Block
GET http://host:port/app/api/json/userpref{/name}/{namespace}/{key}
PUT http://host:port/app/api/json/userpref{/name}/{namespace}/{key}
PATCH http://host:port/app/api/json/userpref{/name}/{namespace}/{key}
DELETE http://host:port/app/api/json/userpref{/name}/{namespace}/{key}

...