GET api/Kategorije
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KategorijePrimedbi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Kategorija | string |
None. |
|
| Primedbe | Collection of Primedbe |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Kategorija": "sample string 2"
},
{
"Id": 1,
"Kategorija": "sample string 2"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.