Application API
    Application API
    • Development Guide
    • Filter
    • Filter Demo
    • ErrorCode
    • app
      • Get Application Information
        GET
    • worksheet
      • Create Worksheet
        POST
      • Get worksheet structure information
        POST
      • Get List
        POST
      • Create Row Record
        POST
      • Batch Create Row Records
        POST
      • Get Row Record Details
        GET
      • Get row record details
        POST
      • Update Row Record Details
        POST
      • Batch Update Row Record Details
        POST
      • Delete Row Record
        POST
      • Get associated record
        POST
      • Get Record Share Link
        POST
      • Get total row count of worksheet
        POST
      • Get Row Record Log
        POST
    • Application Role
      • Get Application Role List GET
        GET
      • Create Application Role
        POST
      • Delete Application Role
        POST
      • Add Application Role Member
        POST
      • Remove Application Role Member
        POST
      • Exit application
        POST
      • Get Role Details
        GET
    • Options Set
      • Add Option Set
      • Get Option Set
      • Edit Option Set
      • Delete Option Set
    • Get regional Information
      POST

      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
      parentId
      string 
      required
      keywords
      string 
      required
      Example
      {
          "parentId": "",
          "keywords": ""
      }

      Request 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
      data
      object 
      required
      citys
      array [object {4}] 
      required
      values
      object 
      required
      state
      integer 
      required
      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-04-03 08:53:05
      Previous
      Delete Option Set
      Built with