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",
	"links": {
		"list" : {"href": "http://localhost:8280/example/rest/bo_metas", "verb": "GET"},
		"menu" : {"href": "http://localhost:8280/example/rest/bo?menu", "verb": "GET"}
	}
} 

 

/bo_metas

Codeblock
{
    "next_link": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302?start=50",
    "list":[
    {
        "bo_meta_id": "A3wu3cgTYSt3iXx8mIeH",
        "name": "Order",
		"links":{
			"self" : {"href": "http://localhost:8280/example/rest/bo_metas/A3wu3cgTYSt3iXx8mIeH", "verb": "GET"},
            "list" : {"href": "http://localhost:8280/example/rest/bo_metas/A3wu3cgTYSt3iXx8mIeH/bos", "verb": "GET, POST"}
		}
    },
    {
        "bo_meta_id": "sYFUgWuHvxtv8MDrpgV2",
        "name": "Customer",
		"links":{
            "self" : {"href": "http://localhost:8280/example/rest/bo_metas/sYFUgWuHvxtv8MDrpgV2", "verb": "GET"},
			"list" : {"href": "http://localhost:8280/example/rest/bo_metas/sYFUgWuHvxtv8MDrpgV2/bos", "verb": "GET, POST"}
		}
    },
    {
        "bo_meta_id": "jVRqzzCD7QdHpwzKvAqQ",
        "name": "Article",
		"links":{
            	"self" : {"href": "http://localhost:8280/example/rest/bo_metas/sYFUgWuHvxtv8MDrpgV2", "verb": "GET"},
			    "list" : {"href": "http://localhost:8280/example/rest/bo_metas/jVRqzzCD7QdHpwzKvAqQ/bos", "verb": "GET"}
		}
    }
]
}

 

/bo_metas/A3wu3cgTYSt3iXx8mIeH

...

/bo_metas/A3wu3cgTYSt3iXx8mIeH/bos

Codeblock
{
    "alllinks": true,
    "title{"next": {"href" : "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302?start=50", "verb": "OrderGET"}},
    "bo_simple_list": [
        {
            "bo_id": 40000302,
            links:{
				"self" : {"href": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302", "verb": "GET"}
			},
            "title": "1011 Max Mustermann",
            "info": "München, 800700, Teger.., 2014-06-26, 1.50"
        },
        {
            "bo_id": 40000308,
            "href": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000308",
            "title": "1010 Max Mustermann",
            "info": "München, 800700, Teger.., 2014-06-05, 1.50"
        },
        {
            "bo_id": 40000305,
            "href": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000305",
            "title": "1012 Maria Mustermann",
            "info": "Berlin, 100200, .., 2014-06-26, 2014-06-27"
        }
    ]
}

...