GET api/BodGlava
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of bod_glava| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sifra | string |
None. |
|
| za_pobjedu | integer |
None. |
|
| bodovi | Collection of bodovi |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"sifra": "sample string 2",
"za_pobjedu": 3,
"bodovi": [
{
"id": 1,
"Place": 1,
"Fixed": 1.1,
"bod_glava_id": 1
},
{
"id": 1,
"Place": 1,
"Fixed": 1.1,
"bod_glava_id": 1
}
]
},
{
"id": 1,
"sifra": "sample string 2",
"za_pobjedu": 3,
"bodovi": [
{
"id": 1,
"Place": 1,
"Fixed": 1.1,
"bod_glava_id": 1
},
{
"id": 1,
"Place": 1,
"Fixed": 1.1,
"bod_glava_id": 1
}
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.