GET api/FSG/{id}
Get a FSG.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
FSG. ex) 12 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
FSG
FSGName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": "sample string 1", "description": "sample string 2" }
application/xml, text/xml
Sample:
<FSG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISOWebAPI.Models"> <Code>sample string 1</Code> <Description>sample string 2</Description> </FSG>