GET api/provinces/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
province| Name | Description | Type | Additional 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. |
|
| region_id | integer |
None. |
|
| prov_id | integer |
None. |
|
| prov_code | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"create_time": "2025-11-28T16:10:41.0211863+07:00",
"modify_time": "2025-11-28T16:10:41.0221871+07:00",
"modify_by": 1,
"record_status_id": 64,
"title": "sample string 3",
"region_id": 1,
"prov_id": 1,
"prov_code": "sample string 4"
}