GET api/Parlimen

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Parlimen
NameDescriptionTypeAdditional information
KodPar

string

None.

NamaPar

string

None.

DUN

Collection of DUN

None.

Response Formats

application/json, text/json

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