Changes between Version 2 and Version 3 of Ticket #1031


Ignore:
Timestamp:
03/11/11 13:12:22 (3 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1031 – Description

    v2 v3  
    11Add an api for searching users. This is needed for any kind of ajax autocomplete (needed for anywhere we want to add users). 
    22 
    3  * API location: /api/util/user/lookup?q=querystr&limit=10&offset=0 
     3 * API location: /api/util/user/lookup?q=querystr&limit=10 
    44 * Return json objects containing {id: ..., name: ..., fullname: ...} 
    55 * Put in a module called controllers/api/user.py