Changeset 602 for trunk/grails-app/controllers/RestController.groovy
- Timestamp:
- Jun 23, 2010, 11:21:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/RestController.groovy
r600 r602 71 71 * REST resource for the Simple Assay Module. 72 72 * Provide a list of all assays for a given study 73 74 73 * 74 * Example for calling this resource: http://localhost:8080/gscf/rest/getAssays/json?externalStudyID=2 75 75 * 76 76 * @param externalStudyID … … 107 107 'subject' : sample.parentSubject.name, 108 108 'event' : sample.parentEvent.template.name, // get the freaking name 109 'startTime' : sample.parentEvent. startTime109 'startTime' : sample.parentEvent.getDurationString() 110 110 ] 111 111 items.push item
Note: See TracChangeset
for help on using the changeset viewer.