Changes between Version 1 and Version 2 of DevTestbedAPISpec


Ignore:
Timestamp:
May 7, 2015 2:48:21 PM (9 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevTestbedAPISpec

    v1 v2  
    10271027   * Lib - a string, the name of a library.  Only experiments in that library will be returned
    10281028   * Regex - a string containing a regular expression matched against experiment names
    1029    * QueryAspects - an array of aspects used to scope the aspect search  Each aspect has the fields described above.  The readOnly, data, and dataReference fields are all ignored.   If the name is present, it much match. If the type is given it must also match. If a type is given the subtype field further scopes the search. A missing type field selects aspects without any subtype. A specific subtype selects only aspects that match both type and subtype, and the distinguished value "*" matches any subtype. A subtype with a null type is invalid.
     1029   * QueryAspects - an array of aspects used to scope the aspect search  Each aspect has the fields described above.  The readOnly, data, and dataReference fields are all ignored.   If the name is present, it much match. If the type is given it must also match. If a type is given the subtype field further scopes the search. A missing subtype field selects aspects without any subtype. A specific subtype selects only aspects that match both type and subtype, and the distinguished value "*" matches any subtype. A subtype with a null type is invalid.
    10301030   * listOnly - a boolean, true if the aspects returned should not contain data.  This avoids unnecessary large data transfers
    10311031 * '''Return Values:'''