Application API
  1. Public Inquiries
Application API
  • V3 (AI-friendly-beta)
    • Overview
    • Field Type Comparison Table
    • Guidelines for Using Filters
    • Error Code
    • application
      • Get application information
    • worksheet
      • Get worksheet structure information
      • Edit the worksheet
      • Delete worksheets
      • Create worksheet
    • worksheet Row Records
      • Get a list of line records
      • Get line record details
      • Update line records
      • Delete line records
      • Get relation records
      • Create a new row record
      • Add new line records in batches
      • Batch update line records
      • Batch delete row records
      • Obtain line record perspective data
      • Get record sharing links
      • Get a row record log
      • Get line record discussion
    • option set
      • Get a list of option sets
      • Create an option set
      • Edit option set
      • Delete option set
    • workflow
      • Get a list of processes
      • Get process details
      • Trigger process
    • role
      • Get a list of roles
      • create role
      • Get role details
      • remove roles
      • Add role members
      • Remove role members
      • Members withdraw from all roles
    • public query
      • find members
      • Find departments
      • Get regional information
  • V2
    • Development Guide
    • ErrorCode
    • Filter Demo
    • Filter
    • Options Set
      • Add Option Set
      • Get Option Set
      • Edit Option Set
      • Delete Option Set
    • Application Role
      • Get Application Role List GET
      • Create Application Role
      • Delete Application Role
      • Add Application Role Member
      • Remove Application Role Member
      • Exit application
      • Get Role Details
    • worksheet
      • Create Worksheet
      • Get worksheet structure information
      • Get List
      • Create Row Record
      • Batch Create Row Records
      • Get Row Record Details
      • Get row record details
      • Update Row Record Details
      • Batch Update Row Record Details
      • Delete Row Record
      • Get associated record
      • Get Record Share Link
      • Get total row count of worksheet
      • Get Row Record Log
    • app
      • Get Application Information
    • Public Inquiries
      • Get regional Information
        POST
    • Get Row Record Discussions
      POST
  1. Public Inquiries

Get regional Information

fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
POST
https://www.mingdao.com/api/FixedData/getCitysByParentID

Request

Body Params application/json

Example
{
    "parentId": "",
    "keywords": ""
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.mingdao.com/api/FixedData/getCitysByParentID' \
--header 'Content-Type: application/json' \
--data-raw '{
    "parentId": "",
    "keywords": ""
}'

Responses

🟢200成功
application/json
Body

Example
{"data":{"citys":[{"id":"110000","name":"北京市","path":"北京市","last":false},{"id":"120000","name":"天津市","path":"天津市","last":false},{"id":"130000","name":"河北省","path":"河北省","last":false},{"id":"140000","name":"山西省","path":"山西省","last":false},{"id":"150000","name":"内蒙古自治区","path":"内蒙古自治区","last":false},{"id":"210000","name":"辽宁省","path":"辽宁省","last":false},{"id":"220000","name":"吉林省","path":"吉林省","last":false},{"id":"230000","name":"黑龙江省","path":"黑龙江省","last":false},{"id":"310000","name":"上海市","path":"上海市","last":false},{"id":"320000","name":"江苏省","path":"江苏省","last":false},{"id":"330000","name":"浙江省","path":"浙江省","last":false},{"id":"340000","name":"安徽省","path":"安徽省","last":false},{"id":"350000","name":"福建省","path":"福建省","last":false},{"id":"360000","name":"江西省","path":"江西省","last":false},{"id":"370000","name":"山东省","path":"山东省","last":false},{"id":"410000","name":"河南省","path":"河南省","last":false},{"id":"420000","name":"湖北省","path":"湖北省","last":false},{"id":"430000","name":"湖南省","path":"湖南省","last":false},{"id":"440000","name":"广东省","path":"广东省","last":false},{"id":"450000","name":"广西壮族自治区","path":"广西壮族自治区","last":false},{"id":"460000","name":"海南省","path":"海南省","last":false},{"id":"500000","name":"重庆市","path":"重庆市","last":false},{"id":"510000","name":"四川省","path":"四川省","last":false},{"id":"520000","name":"贵州省","path":"贵州省","last":false},{"id":"530000","name":"云南省","path":"云南省","last":false},{"id":"540000","name":"西藏自治区","path":"西藏自治区","last":false},{"id":"610000","name":"陕西省","path":"陕西省","last":false},{"id":"620000","name":"甘肃省","path":"甘肃省","last":false},{"id":"630000","name":"青海省","path":"青海省","last":false},{"id":"640000","name":"宁夏回族自治区","path":"宁夏回族自治区","last":false},{"id":"650000","name":"新疆维吾尔自治区","path":"新疆维吾尔自治区","last":false},{"id":"710000","name":"台湾省","path":"台湾省","last":false},{"id":"810000","name":"香港特别行政区","path":"香港特别行政区","last":false},{"id":"820000","name":"澳门特别行政区","path":"澳门特别行政区","last":false},{"id":"910000","name":"海外","path":"海外","last":true}],"values":{"displayText":"","selectValue":""}},"state":1}
Modified at 2025-08-21 08:52:08
Previous
Get Application Information
Next
Get Row Record Discussions
Built with