GET api/Calligraphy/GetCalligrapher

获取所有拥有墨宝的作者信息

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "MasterId": 1,
    "MasterName": "sample string 2",
    "Initials": "sample string 3",
    "TempleLntroduction": "sample string 4"
  },
  {
    "MasterId": 1,
    "MasterName": "sample string 2",
    "Initials": "sample string 3",
    "TempleLntroduction": "sample string 4"
  },
  {
    "MasterId": 1,
    "MasterName": "sample string 2",
    "Initials": "sample string 3",
    "TempleLntroduction": "sample string 4"
  }
]