所有文章
获取申请表
最后更新于 2023/09/15 阅读数 101
获取申请表
分页获取本公司所有职位.
Get Application Forms
Method:GET
Path:/application-forms
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Query Parameters
Key | Required | Type | Description |
---|---|---|---|
page_num | No | integer | 页码 |
page_size | No | integer | 数量 |
Response data
Key | Describe |
---|---|
id | 申请表编号 |
title | 中文名称 |
title_en | 英文名称 |
description | 中文描述 |
description_en | 英文描述 |
Response
{
"code": 0,
"message": "",
"data": {
"total": 1,
"page": 1,
"data": [
{
"id": "id",
"title": "chinese title",
"title_en": "english title",
"description": "chinese description",
"description_en": "english description"
}
],
"page_size": 10
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
评价这篇文档
有帮助
没帮助