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

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.