GET api/Sign/ByService/{id}
Gets signs by service ID
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Service 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"
},
{
"ID": 1,
"Name": "sample string 2",
"Src": "sample string 3",
"Postfix": "sample string 4",
"NameEn": "sample string 5",
"Value": "sample string 6"
},
{
"ID": 1,
"Name": "sample string 2",
"Src": "sample string 3",
"Postfix": "sample string 4",
"NameEn": "sample string 5",
"Value": "sample string 6"
}
]