Changes between Version 43 and Version 44 of RESTController


Ignore:
Timestamp:
05/27/10 22:21:52 (14 years ago)
Author:
Fran Boon
Comment:

Can now use UID record addressing instead of IDs

Legend:

Unmodified
Added
Removed
Modified
  • RESTController

    v43 v44  
    5858
    5959If multiple extensions are specified, the rightmost extension applies. Where ''?format='' is specified, it overrides any extensions.
     60
     61
     62Can now use UID record addressing instead of IDs:
     63 * http://localhost:8000/eden/pr/person/address?address.uid=12345678-9012-3456-7890
     64
     65To 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
    6068== Model ==
    6169