> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/api-zi-dong-hua/zi-dong-hua/jiao-ben-lie-biao.md).

# 脚本列表

## 申请

| 模式  | URL                                                                                                                                                                                 |
| --- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GET | <http://scripts?page=1&limit=10>[&#xD;](<http://127.0.0.1:5555/change-status&#xD;&#xA;&#xD;&#xA;>)[&#xD;](<http://127.0.0.1:5555/profileList?page=1\&limit=10&#xD;&#xA;&#xD;&#xA;>) |

| 参数    | 价值 | 描述      |
| ----- | -- | ------- |
| page  | 1  | 分页的页数   |
| limit | 10 | 显示的资料数量 |

## 申请示例

| 模式  | URL                                                                                                                                                                                                |
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GET | <http://127.0.0.1:5555/scripts?page=1&limit=10>[&#xD;](<http://127.0.0.1:5555/change-status&#xD;&#xA;&#xD;&#xA;>)[&#xD;](<http://127.0.0.1:5555/profileList?page=1\&limit=10&#xD;&#xA;&#xD;&#xA;>) |

## 响应

```
"data": {
        "type": "success",
        "title": "Request successfully.",
        "content": [
                //content information 
                ]
        }
```
