GET api/BrRac/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
br_rac| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| broj | integer |
None. |
|
| godina | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"broj": 2,
"godina": 3
}
application/xml, text/xml
Sample:
<br_rac xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WrccWebApi.Models.Database"> <broj>2</broj> <godina>3</godina> <id>1</id> </br_rac>