Changes between Version 16 and Version 17 of S3/S3REST/Methods
- Timestamp:
- 10/28/10 09:25:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/Methods
v16 v17 51 51 - returns all matching records in the specified format 52 52 53 Example: '''{{{http://localhost:8000/eden/pr/person.pfif}}}''' returns all {{{person}}} records the user is allowed to read, in PFIF format 53 ''Example:'' all {{{person}}} records the user is allowed to read, in PFIF format: 54 {{{ 55 http://localhost:8000/eden/pr/person.pfif 56 }}} 57 54 58 55 59 * with '''method''' in the URL: … … 62 66 - method '''delete''' deletes the specified records 63 67 64 Example: '''{{{http://localhost:8000/eden/pr/person.xml/create?fetchurl=http://vita.sahanafoundation.org/eden/pr/person.xml}}}''' imports data from that URL into the {{{person}}} resource 68 ''Example:'' import data from that URL into the {{{person}}} resource: 69 {{{ 70 http://localhost:8000/eden/pr/person.xml/create?fetchurl=http://vita.sahanafoundation.org/eden/pr/person.xml 71 }}} 65 72 66 73 * XLS and PDF format work read-only (create/update/delete being ignored)