GET AdminApi/Delivery/GetLangs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SystemLang| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| Code | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
{
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
}
]