GET api/Sign/Get
Get signs, this method supports OData
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"
}
]