GET api/Sluzbe

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

[{"Id":1, "Naziv":"Служба1"}]

Collection of Sluzbe
NameDescriptionTypeAdditional information
Id

integer

None.

Naziv

string

None.

Kontrola

boolean

None.

NazivDirektorijum

string

None.

Logovi

Collection of Logovi

None.

Odgovor

Collection of Odgovor

None.

Primedbe

Collection of Primedbe

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Naziv": "sample string 2"
  },
  {
    "Id": 1,
    "Naziv": "sample string 2"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.