Changes between Initial Version and Version 2 of Ticket #1031
- Timestamp:
- 03/11/11 12:27:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1031
- Property Status changed from new to assigned
-
Ticket #1031 – Description
initial v2 1 1 Add an api for searching users. This is needed for any kind of ajax autocomplete (needed for anywhere we want to add users). 2 2 3 * API location: /api/util s/userlookup?q=querystr&limit=10&offset=03 * API location: /api/util/user/lookup?q=querystr&limit=10&offset=0 4 4 * Return json objects containing {id: ..., name: ..., fullname: ...} 5 5 * Put in a module called controllers/api/user.py