Versions Compared

Key

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

...

This is the session feed that will return information under the object "person". This gives you things like the username, displayName, sessionKey, and version.

[GET] /uPortal/api/people.json?searchTerms=xxx&searchTerms=yyy

Returns information about people.  User must have VIEW access on ???

[GET] /uPortal/api/people/{username}.json

Returns information about people.  User must have VIEW access on ???

[GET] /uPortal/layout.json (also at uPortal/api/v1/dlm/layout.json)

...

  • review : The review text you wish to add to the rating (optional)

[

...

POST] /uPortal/api/layout?action={action}

This is how you modify your layout. Each action has different things that are required and its kind of complex. So I'm going to just point you at the Java file. You can find that here.

...