GET api/districts

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of district
NameDescriptionTypeAdditional information
id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

title

string

None.

prov_id

integer

None.

prov_amphur_id

integer

None.

district_id

integer

None.

prov_code

string

None.

amphur_code

string

None.

district_code

string

None.

postcode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "create_time": "2024-10-05T10:23:51.3853931+07:00",
    "modify_time": "2024-10-05T10:23:51.3853931+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "title": "sample string 3",
    "prov_id": 1,
    "prov_amphur_id": 1,
    "district_id": 1,
    "prov_code": "sample string 4",
    "amphur_code": "sample string 5",
    "district_code": "sample string 6",
    "postcode": "sample string 7"
  },
  {
    "id": 1,
    "create_time": "2024-10-05T10:23:51.3853931+07:00",
    "modify_time": "2024-10-05T10:23:51.3853931+07:00",
    "modify_by": 1,
    "record_status_id": 64,
    "title": "sample string 3",
    "prov_id": 1,
    "prov_amphur_id": 1,
    "district_id": 1,
    "prov_code": "sample string 4",
    "amphur_code": "sample string 5",
    "district_code": "sample string 6",
    "postcode": "sample string 7"
  }
]