Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Per POST wird der Benutzername und Passwort als JSON Objekt übergeben.

Codeblock
titleLogin Beispiel Request
{"username": "nuclos", "password": ""}

...

Codeblock
titleLogin Beispiel Response
{
    "links": {
        "boMetas": {
            "href": "http://localhost:8080/nuclos-war/rest/bos",
            "methods": [
                "GET"
            ]
        },
        "menu": {
            "href": "http://localhost:8080/nuclos-war/rest/meta/menu",
            "methods": [
                "GET"
            ]
        },
        "search": {
            "href": "http://localhost:8080/nuclos-war/rest/data/search/{text}",
            "methods": [
                "GET"
            ]
        },
        "tasks": {
            "href": "http://localhost:8080/nuclos-war/rest/meta/tasks",
            "methods": [
                "GET"
            ]
        }
    },
    "locale": "en_US",
    "sessionId": "07886B9397400D168EF2B49DBDB3F913",
    "username": "nuclos"
}

...