Versions Compared

Key

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

...

Response payload

Code Block
themeConfluenceMidnight
titleList of Pivilege objects
linenumberstrue
collapsetrue
[
    {
        "privilege": "READER_ORGS",
        "id": [],
        "global": true,
        "heritable": false
    },
    {
        "privilege": "FACHSTELLE_MUSEUM",
        "id": [],
        "global": true,
        "heritable": true,
        "sector": "Museum"
    }
]

...

Response payload

Code Block
themeMidnight
titleSnippet of OrganizationResult object
linenumberstrue
collapsetrue
{
    "treeResult": [
        {
            "treeResult": [
                {
                    "treeResult": [],
                    "organization": {
                        "id": "00000249",
                        "displayName": [
                            {
                                "value": "Archiv der Königlichen Porzellan-Manufaktur Berlin",
                                "lang": "deu"
                            }
                        ],
                        "type": "ddb-institution",
                        "administrativeNote": "# -- Daten aus der alten Registrierung:\",
                        "abbreviation": [],
...  

...

Request payload

Code Block
languagejs
themeMidnight
titleUser object
linenumberstrue
collapsetrue
{
    "nickname": "testuser-ri",
    "email": "testuser-ri@ddb.de",
    "pswd": "testuser-ri"
}

Response payload

Code Block
languagejs
themeMidnight
titleUser object
linenumberstrue
collapsetrue
{
    "id": "cb5d9c5810e985e7beda092b22e1e480",
    "nickname": "testuser-ri",
    "status": "CONFIRMED",
    "surName": "surname is unknown",
    "email": "testuser-ri-1@ddb.de",
    "created": "2024-01-31T12:13:30",
    "creatorId": "anonymous",
    "modified": "2024-01-31T12:13:30",
    "modifierId": "anonymous"
}

...