Versionen im Vergleich

Schlüssel

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

...

Codeblock
{
    "session_id": "ckW5dWQzBxkIfiH2eaWb",
    "username": "nuclos",
    "locale": "de_DE",
    "href": "http://localhost:8280/example/rest/meta/bometa",
    "menu": "http://localhost:8280/example/rest/meta/menu"
} 

 

/meta/

...

bo

Codeblock
[
    {
        "name": "Order",
        "bo_meta_id": "A3wu3cgTYSt3iXx8mIeH",
        "href": "http://localhost:8280/example/rest/meta/bometa/A3wu3cgTYSt3iXx8mIeH"
    },
    {
        "name": "Customer",
        "bo_meta_id": "sYFUgWuHvxtv8MDrpgV2",
        "href": "http://localhost:8280/example/rest/meta/bometa/sYFUgWuHvxtv8MDrpgV2"
    },
    {
        "name": "Article",
        "bo_meta_id": "jVRqzzCD7QdHpwzKvAqQ",
        "href": "http://localhost:8280/example/rest/meta/bometa/jVRqzzCD7QdHpwzKvAqQ"
    }
]

 

/meta/

...

bo/A3wu3cgTYSt3iXx8mIeH

Codeblock
{
    "bo_meta_id": "A3wu3cgTYSt3iXx8mIeH",
    "name": "Order",
    "update": true,
    "delete": true,
	"insert": true,
    "list_href": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH",
    "layout_href": "http://localhost:8280/example/rest/meta/layout/1147011274",
    "hasimage": true //Check if necessary
} 

...