GET api/v{version}/directory/search/{query}?photos={photos}
Get a list of current Beckman Institute personnel who match a given query.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| query |
A first name, last name, or both to search on. |
string |
Required |
| photos |
Flag to include directory photos. |
boolean |
Default value is False |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PersonDto objects.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.