Changes between Version 7 and Version 8 of REST_API
- Timestamp:
- 10/13/10 22:44:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
REST_API
v7 v8 147 147 ||Request Management System||rms||Requests||req||/rms/req||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| 148 148 149 == Examples ==149 == URL Examples == 150 150 151 151 * [GET] http://test.sahanafoundation.org/eden/pr/person … … 158 158 * [GET|DELETE] http://test.sahanafoundation.org/eden/pr/person.json?person.name__like=Fran 159 159 * [GET|DELETE] http://test.sahanafoundation.org/eden/pr/person.xml?pe_contact.value__like=gmail.com 160 161 == XML Format == 162 163 * see [wiki:S3XML]