Versions Compared

Key

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

...

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


since

...

11.12

...

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


Legacy

...

endpoint:

...

Code Block
http//host:port/app/_plugins/WXM_RESTAPI/page/whoami.jspz
Code Block


Available

...

method:

...

GET

One to handle preferences

...

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

URI

...

with

...

parameters

...

code
Code Block
GET http://host:port/app/api/json/userpref


Legacy

...

endpoint:

...

Code Block
http//host:port/app/_plugins/WXM_RESTAPI/page/userpref.jspz
Code Block


Available

...

methods:

  • GET

  • POST, PUT, PATCH

  • DELETE

...