GET api/OS_ORGANIZACIJA_PRENOS/GetOS_ORGANIZACIJA_PRENOS
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OS_ORGANIZACIJA_PRENOS| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizacijaId | integer |
None. |
|
| Naziv | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"OrganizacijaId": 1,
"Naziv": "sample string 2"
},
{
"$ref": "1"
}
]