GET api/gsl/{gslID}
it gives all team type name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
gslID |
The GSL identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OurTeamViewModeName | Description | Type | Additional information |
---|---|---|---|
teamTypeName |
Gets or sets the name of the team type. |
string |
None. |
gslID |
Gets or sets the GSL identifier. |
integer |
None. |
teamTypeID |
Gets or sets the team type identifier. |
integer |
None. |
teamSequence |
Gets or sets the team sequence. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "teamTypeName": "sample string 1", "gslID": 1, "teamTypeID": 2, "teamSequence": "sample string 3" }
text/html
Sample:
{"teamTypeName":"sample string 1","gslID":1,"teamTypeID":2,"teamSequence":"sample string 3"}