GET api/GSL

it gives all GSL name

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

gslViewModel
NameDescriptionTypeAdditional information
gslID

Gets or sets the GSL identifier.

integer

None.

gslName

Gets or sets the name of the GSL.

string

None.

gslSequence

Gets or sets the GSL sequence.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "gslID": 1,
  "gslName": "sample string 2",
  "gslSequence": 1
}

text/html

Sample:
{"gslID":1,"gslName":"sample string 2","gslSequence":1}