GET api/gsl/teammembers/{gslID}

used for to get all team members according to given gslID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
gslID

The GSL identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

gslpeopleViewModel
NameDescriptionTypeAdditional information
teammemberID

Gets or sets the teammember identifier.

integer

None.

fullName

Gets or sets the full name.

string

None.

lastName

Gets or sets the last name.

string

None.

firstName

Gets or sets the first name.

string

None.

title

Gets or sets the title.

string

None.

narrative

Gets or sets the narrative.

string

None.

gslID

Gets or sets the GSL identifier.

integer

None.

gslName

Gets or sets the name of the GSL.

string

None.

phone

Gets or sets the phone.

string

None.

email

Gets or sets the email.

string

None.

picture

Gets or sets the picture.

string

None.

linkedin

Gets or sets the linkedin.

string

None.

twitter

Gets or sets the twitter.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "teammemberID": 1,
  "fullName": "sample string 2",
  "lastName": "sample string 3",
  "firstName": "sample string 4",
  "title": "sample string 5",
  "narrative": "sample string 6",
  "gslID": 1,
  "gslName": "sample string 7",
  "phone": "sample string 8",
  "email": "sample string 9",
  "picture": "sample string 10",
  "linkedin": "sample string 11",
  "twitter": "sample string 12"
}

text/html

Sample:
{"teammemberID":1,"fullName":"sample string 2","lastName":"sample string 3","firstName":"sample string 4","title":"sample string 5","narrative":"sample string 6","gslID":1,"gslName":"sample string 7","phone":"sample string 8","email":"sample string 9","picture":"sample string 10","linkedin":"sample string 11","twitter":"sample string 12"}