Changes between Version 43 and Version 44 of RESTController
- Timestamp:
- 05/27/10 22:21:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RESTController
v43 v44 58 58 59 59 If multiple extensions are specified, the rightmost extension applies. Where ''?format='' is specified, it overrides any extensions. 60 61 62 Can now use UID record addressing instead of IDs: 63 * http://localhost:8000/eden/pr/person/address?address.uid=12345678-9012-3456-7890 64 65 To come: 66 * Multiple record select: http://localhost:8000/eden/pr/person?person.uid=12345678-9012-3456-7890,65434567-8901-2345-67890123 67 * Filter by characteristic: http://localhost:8000/eden/pr/person?person.gender=male 60 68 == Model == 61 69