Changes between Version 14 and Version 15 of REST_API


Ignore:
Timestamp:
10/13/10 22:56:49 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • REST_API

    v14 v15  
    99'''Important to know:'''
    1010
    11   * In '''XML/JSON formats''', data resources (e.g. person) are always exported/imported together with all their subresources and referenced resources (=compound resource model), and requested subresources are always exported/imported together with the respective main resource
    12   * In '''non-XML/JSON or interactive formats''', main resources and subresources are always addressed separately (=no compound resources)
    13 
    14 
    15 
     11  * In native '''XML and JSON''', data resources are always exported/imported in compound with all their subresources and referenced resources.
     12  * In '''all other formats''', main resources and subresources are always addressed separately
    1613== Basic URL Syntax ==
    1714