Changes between Version 2 and Version 3 of JSONInterface


Ignore:
Timestamp:
Apr 18, 2011, 12:30:53 PM (13 years ago)
Author:
jurzua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSONInterface

    v2 v3  
    4545  }}}
    4646}}}
     47
     48* http://neruda.mpiwg-berlin.mpg.de:8080/om4-ismi/jsonInterface?codexIdentifier=437&collection=Jawāhir
     49{{{
     50#!div style="font-size: 80%"
     51Output:
     52  {{{#!python
     53{
     54    "codices": [
     55        {
     56            "id": 134176,
     57            "witnesses": [
     58                {
     59                    "id": 55153
     60                }
     61            ],
     62            "repository": "Azad Library",
     63            "entity": {
     64                "attributes": [
     65                    {
     66                        "name": "identifier",
     67                        "value": "437"
     68                    }
     69                ],
     70                "targets": [
     71                    {
     72                        "source": 55153,
     73                        "name": "is_part_of",
     74                        "target": 134176
     75                    }
     76                ],
     77                "sources": [
     78                    {
     79                        "source": 134176,
     80                        "name": "is_part_of",
     81                        "target": 149134
     82                    }
     83                ]
     84            },
     85            "collection": "Jawāhir",
     86            "identifier": "437",
     87            "country": "India",
     88            "city": "Aligarh"
     89        }
     90    ]
     91}
     92  }}}
     93}}}