GET api/v{version}/directory/lastname/{firstLetter}?photos={photos}

Get a list of current Beckman Institute personnel whose last name starts with a given letter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
firstLetter

First letter of last name.

character

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.