GET api/Sign/Get/{id}
Returns single sign by ID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Sign ID |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ID": 1, "Name": "sample string 2", "Src": "sample string 3", "Postfix": "sample string 4", "NameEn": "sample string 5", "Value": "sample string 6" }