> For the complete documentation index, see [llms.txt](https://jen-hsuan-hsieh.gitbook.io/asp-net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jen-hsuan-hsieh.gitbook.io/asp-net/chapter1/1.1.the-complete-asp.net-mvc-5-course/112approved-collection-server/1121overview.md).

# 1.12.1.Overview

## 1.Intrduction

* Approved collection server是asp.NET MVC專案, 但主要的功能是提供web APIs, 因此也整合了web API2
* 此Service所提供的API:
  * FormData
    * GET api/formData/GetAll:&#x20;
      * 取得所有的審批資料 (需傳入Token)
    * GET api/formData/GetById?id={id}:&#x20;
      * 取得特定GUID的審批資料 (需傳入Token)
    * GET api/formData/GetLastOne:&#x20;
      * 取得最新一筆審批資料 (需傳入Token)
    * POST api/FormData:&#x20;
      * 上傳一筆加密過的資料
    * PUT api/FormData:&#x20;
      * 修改審批資料 (需傳入Token)
    * DELETE api/FormData/{id}:&#x20;
      * 刪除審批資料 (需傳入Token)
  * Log
    * GET api/Log
      * 取得Log資料(需傳入Token)
  * Token&#x20;
    * POST api/Token
      * 取得Token

## 2.help page

[![](https://github.com/jenhsuan/asp-net/tree/4be758d868ba14011a3e816f30e65a6ee7ad7252/assets/未命名sdadasd.jpg)](https://datacollectservice20180216091335.chinacloudsites.cn/help)
