简要描述:
项目标题列表
请求URL:
https://dwbapi.thinkerx.com/api/title/index
请求方式:
GET
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Authorization | 是 | string | Bearer token |
| page | 是 | int | 当前页 |
| per_page | 是 | int | 每页数量 |
| sheet_id | 是 | int | 表id |
| project_id | 是 | int | 项目id |
返回示例
{
"code": 0,
"message": "\u64cd\u4f5c\u6210\u529f",
"data": {
"current_page": 1,
"data": [
{
"id": 7,//标题id
"name": "\u8ba2\u5355\u7f16\u53f7",//标题名称
"type": "system",//标题一级类型
"data_type": "order",//标题二级类型
"system_title": "order_code",//系统标题名
"process_id": 0,
"values": [],
"status": "applied"//是否应用
},
{
"id": 8,
"name": "\u8ba2\u5355\u5546\u54c1",
"type": "system",
"data_type": "order",
"system_title": "product_name",
"process_id": 0,
"values": [],
"project_id": 0,
"register_id": 0,
"factory_id": 0,
"created_at": "2025-09-18T02:30:14.000000Z",
"updated_at": "2025-09-18T02:30:14.000000Z",
"deleted_at": null,
"status": "applied"
},
{
"id": 9,
"name": "\u8ba2\u5355\u91d1\u989d",
"type": "system",
"data_type": "order",
"system_title": "money",
"process_id": 0,
"values": [],
"project_id": 0,
"register_id": 0,
"factory_id": 0,
"created_at": "2025-09-18T02:30:14.000000Z",
"updated_at": "2025-09-18T02:30:14.000000Z",
"deleted_at": null,
"status": "applied"
},
{
"id": 10,
"name": "\u4e0b\u5355\u65f6\u95f4",
"type": "system",
"data_type": "order",
"system_title": "order_time",
"process_id": 0,
"values": [],
"project_id": 0,
"register_id": 0,
"factory_id": 0,
"created_at": "2025-09-18T02:30:14.000000Z",
"updated_at": "2025-09-18T02:30:14.000000Z",
"deleted_at": null,
"status": "applied"
},
{
"id": 11,
"name": "\u8ba2\u5355\u72b6\u6001",
"type": "system",
"data_type": "order",
"system_title": "status",
"process_id": 0,
"values": [],
"project_id": 0,
"register_id": 0,
"factory_id": 0,
"created_at": "2025-09-18T02:30:14.000000Z",
"updated_at": "2025-09-18T02:30:14.000000Z",
"deleted_at": null,
"status": "applied"
},
{
"id": 12,
"name": "\u914d\u9001\u5730\u5740",
"type": "system",
"data_type": "order",
"system_title": "address",
"process_id": 0,
"values": [],
"project_id": 0,
"register_id": 0,
"factory_id": 0,
"created_at": "2025-09-18T02:30:14.000000Z",
"updated_at": "2025-09-18T02:30:14.000000Z",
"deleted_at": null,
"status": "notApplied"
},
{
"id": 2292,
"name": "\u4eba\u5458\u5355\u9009",
"type": "custom",
"data_type": "user",
"system_title": null,
"process_id": 0,
"values": [
"workshop",
"employee",
"customer"
],
"project_id": 1,
"register_id": 20136,
"factory_id": 1,
"created_at": "2025-11-26T02:05:11.000000Z",
"updated_at": "2025-11-26T02:05:11.000000Z",
"deleted_at": null,
"status": "applied"
},
{
"id": 5340,
"name": "\u6d41\u7a0b1",
"type": "process",
"data_type": "process",
"system_title": null,
"process_id": 536,
"values": {
"name": "\u6d41\u7a0b1",
"line_id": 536
},
"project_id": 1,
"register_id": 20136,
"factory_id": 1,
"created_at": "2026-02-03T06:40:30.000000Z",
"updated_at": "2026-02-03T06:40:30.000000Z",
"deleted_at": null,
"status": "notApplied"
},
{
"id": 5614,
"name": "1111",
"type": "custom",
"data_type": "select",
"system_title": null,
"process_id": 0,
"values": [
"111",
"222"
],
"project_id": 1,
"register_id": 20136,
"factory_id": 1,
"created_at": "2026-02-25T09:03:37.000000Z",
"updated_at": "2026-02-25T09:03:37.000000Z",
"deleted_at": null,
"status": "notApplied"
},
{
"id": 5615,
"name": "11",
"type": "custom",
"data_type": "text",
"system_title": null,
"process_id": 0,
"values": [],
"project_id": 1,
"register_id": 20136,
"factory_id": 1,
"created_at": "2026-02-25T09:08:24.000000Z",
"updated_at": "2026-02-25T09:08:24.000000Z",
"deleted_at": null,
"status": "notApplied"
}
],
"first_page_url": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index?page=1",
"from": 1,
"last_page": 2,
"last_page_url": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index?page=2",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index?page=1",
"label": "1",
"active": true
},
{
"url": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index?page=2",
"label": "2",
"active": false
},
{
"url": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index?page=2",
"label": "Next »",
"active": false
}
],
"next_page_url": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index?page=2",
"path": "https:\/\/dwbapi.thinkerx.com\/api\/title\/index",
"per_page": "10",
"prev_page_url": null,
"to": 10,
"total": 12
},
"timestamp": 1772010598
}返回参数说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | int | 状态码 0成功 1失败 |
| message | str | 返回信息 |
| data | array | 返回数据 |
