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",
	"linklinks": [
		{"rel": "self", "href": "http://localhost:8280/example/rest/", "verb": "POST"},
		{"rel": "bometalist", "href": "http://localhost:8280/example/rest/bo/meta", "verb": "GET"},
		{"rel": "menu", "href": "http://localhost:8280/example/rest/meta/menu", "verb": "GET"}
	]
} 

...

Codeblock
[
    {
        "bo_meta_id": "A3wu3cgTYSt3iXx8mIeH",
        "name": "Order",
		"links":[
        			{"rel": "bometadetails", "href": "http://localhost:8280/example/rest/meta/bo/A3wu3cgTYSt3iXx8mIeH", "verb": "GET"}
		]
    },
    {
        "bo_meta_id": "sYFUgWuHvxtv8MDrpgV2",
        "name": "Customer",
        		"links":[
			{"rel": "bometadetails", "href": "http://localhost:8280/example/rest/meta/bo/sYFUgWuHvxtv8MDrpgV2", "verb": "GET"}
		]
    },
    {
        "bo_meta_id": "jVRqzzCD7QdHpwzKvAqQ",
        "name": "Article",
		"links":[
			{"rel":        "bometadetails", "href": "http://localhost:8280/example/rest/meta/bo/jVRqzzCD7QdHpwzKvAqQ", "verb": "GET"}
		]
    }
]

 

/meta/bo/A3wu3cgTYSt3iXx8mIeH

...

Codeblock
{
    "bo_instance": {
        "bo_instance_id": 40000302,
        "href": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302",
		"bo_attr_values": {
			"DehvMLszOxRH2OHMcl5D": 1011,
        	"F8oMtVf266iYLHEF91LO": "Max Mustermann",
        	"F8oMtVf266iYLHEF91LO_id": 40000294,
        	"91cxckSRNQyaKskdj0Zl": "München, 800700, Tegernseeroberlandstr. 119",
        	"91cxckSRNQyaKskdj0Zl_id": 40000295,
        	"sgVvrtGMgTS4B8l6MuOw": "2014-06-26",
        	"15f8oxrX6cSka7yq0jTS": "1.50",
        	"mkbW5XHJG69FyoxBA4uE": null,
        	"A3wu3cgTYSt3iXx8mIeH10": null,
        	"A3wu3cgTYSt3iXx8mIeH10_id": null,
		}
        "bo_meta_id": "A3wu3cgTYSt3iXx8mIeH",
        "readonly": false,
        "layout": "http://localhost:8280/example/rest/meta/layout/-366277574",
        "denpendencies": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302/dependence",
        "title": "1011 Max Mustermann",
        "info": "München, 800700, Teger.., 2014-06-26, 1.50",
        "states": [
            {
                "state_id": "wJHQIygTfOGTRcbZNvd4",
                "name": "Processing",
                "numeral": 10,
                "current": true
            },
            {
                "state_id": "Ovf7rfxjXnUF19dDXHlj",
                "name": "Finished",
                "numeral": 80,
                "current": false
            },
            {
                "state_id": "hZm1rFHbbUvyEQDjELk6",
                "name": "Canceled",
                "numeral": 90,
                "current": false
            }
        ]
    }
}

...