Versionen im Vergleich

Schlüssel

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

Beispiele zum Download:

Anhänge
previewfalse
uploadfalse
old

...

Inhalt
indent0px

/

Codeblock
{
    "session_id": "ckW5dWQzBxkIfiH2eaWb",
    "username": "nuclos",
    "locale": "de_DE",
	"links": [
		{"rel": "list", "href": "http://localhost:8280/example/rest/bo_metas", "verb": "GET"},
		{"rel": "menu", "href": "http://localhost:8280/example/rest/bo?menu", "verb": "GET"}
	]
} 

 

/bo_metas

Codeblock
[
    {
        "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

Codeblock
{
    "bo_meta_id": "A3wu3cgTYSt3iXx8mIeH",
    "name": "Order",
	"links":[
		{"rel": "bolist", "href": "http://localhost:8280/example/rest/bo_metas/A3wu3cgTYSt3iXx8mIeH", "verb": "GET, POST"},
		{"rel": "detail_layout", "href": "http://localhost:8280/example/rest/bo/layout/detail/f0PLjlXHogX00oBANPrD", "verb": "GET"}
	],
	"attributes": {
        "oGO8o3jU9P4EPvHqDwDc": {
            "bo_attr_id": "oGO8o3jU9P4EPvHqDwDc",
            "name": "name",
            "type": "String",
            "readonly": false,
            "unique": true,
            "nullable": false,
            "reference": false,
            "order": 1
        },
        "1XvTerXNGs4JYi2pLu5D1": {
            "bo_attr_id": "1XvTerXNGs4JYi2pLu5D1",
            "name": "Created at",
            "type": "InternalTimestamp",
            "readonly": false,
            "unique": false,
            "nullable": true,
            "reference": false,
            "order": 65510
        }
} 

/bo_metas/A3wu3cgTYSt3iXx8mIeH/bos

Codeblock
{
    "all": true,
    "title": "Order",
    "bo_simple_list": [
        {
            "bo_id": 40000302,
            "href": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302",
            "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"
        }
    ]
}

...

/bo_metas/A3wu3cgTYSt3iXx8mIeH/bos/40000302

...

false

...

/bo_metas/A3wu3cgTYSt3iXx8mIeH/bos/40000302/dependencies

Codeblock
{
    "6NnStbGHIp0xVoXK21KL": "http://localhost:8280/example/rest/data/A3wu3cgTYSt3iXx8mIeH/40000302/dependence/6NnStbGHIp0xVoXK21KL"
}

 

/bo_metas/A3wu3cgTYSt3iXx8mIeH/bos/40000302/dependencies/6NnStbGHIp0xVoXK21KL
Codeblock
{
    "all": true,
    "total": 1,
    "title": "Order position",
    "bo_simple_list": [
        {
            "bo_instance_id": 40000303,
            "href": "http://localhost:8280/example/rest/data/WPYYgEC0psVEY9d7C78Z/40000303",
            "title": "2011 20 TB HDD",
            "info": "99.00, 2.00"
        }
    ]
}

/bo?menu

...

...




 

...