GET api/DUN

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DUN
NameDescriptionTypeAdditional information
KodDUN

string

None.

NamaDUN

string

None.

KodPar

string

None.

Parlimen

Parlimen

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "KodDUN": "sample string 1",
    "NamaDUN": "sample string 2",
    "KodPar": "sample string 3",
    "Parlimen": {
      "$id": "2",
      "KodPar": "sample string 1",
      "NamaPar": "sample string 2",
      "DUN": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  },
  {
    "$ref": "1"
  }
]