Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

status : ALL, ACTIVE, INACTIVE
start : First result (0-based index) to return
limit : Maximum number of results to return
sort : Property name
sortDirection : Ascending/descending keyword (ASC/DESC or ASCENDING/DESCENDING)

Additional Search Criteria:

  • programStatus : <programStatusId>, default to Active
  • requireProgramStatus: true/false, default to true, force to true is programStatusId is provided
  • outsideCaseload : true/false
  • searchTerm : Can be firstName, lastName, studentId or firstName + ' ' + lastName

Returns 

List<PersonSearchResultTO> 

...