Syntax
UsageA client application must invoke the Search call passing in a client ID, the string representation of the LmsObject to be returned, an array of LmsSearchParam objects specifing the search details, and the string representation of the logical operator to be applied when joining the array of search parameters (currently only 'AND' or 'OR'). The call will return a SearchResult object, containing the results of the search. A single malformed LmsSearchParam will halt the execution of the Search method. The method currently supports searching on the following types of objects:
Rules and GuidelinesPermissionsThe client must be authenticated with the web service as a user with sufficient privileges to view the data that the client expects to be returned. Maximum Results ReturnedDuring a single invocation of the Search method, the maximum number of results that will be returned is 2000. Sample CodeArguments
Return Object |
Firmwater LMS Web Services API > 2. Methods >