GET api/PrijevodJezici/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PrijevodJeziciGetResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| oznaka | string |
None. |
|
| naziv | string |
None. |
|
| aktivan | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"oznaka": "sample string 2",
"naziv": "sample string 3",
"aktivan": true
}
application/xml, text/xml
Sample:
<PrijevodJeziciGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MasterWebApi.Models"> <aktivan>true</aktivan> <id>1</id> <naziv>sample string 3</naziv> <oznaka>sample string 2</oznaka> </PrijevodJeziciGetResponse>