# 【 获取资料收集详情】接口文档 v1.0.0
**所属平台**: PhalApi开源接口框架
**接口地址**: `https://material.glotradeso.com/?s=App.SiteCollection_Collection.GetDetail`
**请求方式**: GET
## 接口基本信息
- **功能描述**: 获取资料收集项目的完整详情,包含所有步骤的数据
- **返回格式**: JSON
## 请求参数说明
### 系统参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| s | string | 必填 | 接口服务名,固定为`App.SiteCollection_Collection.GetDetail` |
### 业务参数
| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| collection_id | int | 必填 | 资料收集ID |
## 返回字段
| 返回字段 | 类型 | 说明 |
|---|---|---|
| ret | int | 接口状态码,`200`表示成功,`4xx`表示客户端非法请求,`5xx`表示服务端异常 |
| data | object/array/混合 | 接口返回的业务数据,由不同的API接口决定不同的数据返回字段和结构。|
| msg | 字符串 | 提示信息,面向技术人员的帮助或错误提示信息,成功返回时为空字符串 |
| data.collection | array | 主记录信息|
| data.style | array | 网站风格信息|
| data.homepage | array | 首页内容信息|
| data.homepage_banners | array | 首页Banner列表|
| data.company | array | 公司资料信息|
| data.company_banners | array | 公司Banner列表|
| data.product | array | 产品资料信息|
| data.news | array | 新闻资料信息|
| data.other_page | array | 其他页面资料信息(包含faq_files、download_files、custom_pages)|
| data.faqs | array | FAQ列表(废弃,数据已整合到other_page)|
| data.contact | array | 联系资料信息|
| data.optimization | array | 网站优化信息|
## 请求示例
```bash
curl -X GET 'https://material.glotradeso.com/?s=App.SiteCollection_Collection.GetDetail'&collection_id= \
-H 'Content-Type: application/json'
```
返回示例:
```json
```