GET api/v{version}/groups/{groupAbbv}?photos={photos}

Get the members of a specific Beckman Institute group.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupAbbv

Beckman group abbreviation as provided by /api/v2/groups.

string

Required

photos

Flag to include directory photos.

boolean

Default value is False

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Group record including personnel in Person format.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.