# 查询合集类展品的单品列表

# 调用方式: GET

# 接口地址:

https://api.freelog.com/v2/exhibits/{nodeId}/{exhibitId}/items
1

# url传入参数说明:

参数 必选 类型及范围 说明
nodeId 必选 int 节点ID
exhibitId 必选 string 展品ID
sortType 可选 int 排序方式: 1:升序 -1:降序
skip 可选 int 跳过的条目数量
limit 可选 int 本次获取的条目数量; 范围1-1000
keywords 可选 string 搜索关键字
isShowDetailInfo 可选 int 是否加载单品挂载的作品详情 0:不加载 1:加载

# 返回说明:

返回值字段 字段类型 字段说明
itemId string 单品ID
itemTitle string 单品标题
sortId number 单品的排序ID
createDate date 创建日期
articleInfo object 单品挂载的作品信息
**articleId string 作品ID
**articleName string 作品名称
**articleType int 作品类型 (1:独立资源 2:组合资源 3:节点组合资源 4:存储对象)
**resourceType string[] 作品资源类型
**articleOwnerId int 作品所有者ID,isShowDetailInfo=1时返回此字段
**articleOwnerName string 作品所有者名称,isShowDetailInfo=1时返回此字段
**intro string 简介,isShowDetailInfo=1时返回此字段
**coverImages string[] 作品封面,isShowDetailInfo=1时返回此字段
**latestVersionReleaseDate string 作品最近一次版本发布时间,isShowDetailInfo=1时返回此字段
**articleProperty objectint 单品属性,isShowDetailInfo=1时返回此字段

# 示例

{
	"ret": 0,
	"errCode": 0,
	"errcode": 0,
	"msg": "success",
	"data": [{
		"itemId": "ef3f2f52",
		"itemTitle": "f1a976d2dcbdbfa8fb0e224bda5a4b3",
		"sortId": 11,
		"createDate": "2024-07-02T08:41:03.307Z",
		"articleInfo": {
			"articleId": "660a672e68659b002ec586a6",
			"resourceType": ["图片", "照片"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十一二三四五六七八九十",
			"coverImages": ["https://image.freelog.com/c0b52bf6-9407-4327-b2ea-6bb5e10f3f31.jpg"],
			"latestVersionReleaseDate": "2024-04-01T07:50:06.070Z"
		}
	}, {
		"itemId": "e7ba8b92",
		"itemTitle": "0503f3f559b68d37384f75a8e6cbad6",
		"sortId": 10,
		"createDate": "2024-07-02T08:40:38.206Z",
		"articleInfo": {
			"articleId": "660a672d68659b002ec5867e",
			"resourceType": ["图片", "照片"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": ["https://image.freelog.com/8d5c9f0a-ea79-43af-80d0-daf474a6f6eb.png"],
			"latestVersionReleaseDate": "2024-04-01T07:50:05.744Z"
		}
	}, {
		"itemId": "a7757d37",
		"itemTitle": "精选003",
		"sortId": 9,
		"createDate": "2024-07-02T08:40:38.206Z",
		"articleInfo": {
			"articleId": "660a593b68659b002ec5793c",
			"resourceType": ["阅读", "文章"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": [],
			"latestVersionReleaseDate": "2024-04-01T06:50:43.785Z"
		}
	}, {
		"itemId": "7694c7dd",
		"itemTitle": "精选001",
		"sortId": 8,
		"createDate": "2024-07-02T08:40:38.205Z",
		"articleInfo": {
			"articleId": "660a574e68659b002ec57898",
			"resourceType": ["插件"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": ["https://image.freelog.com/aac09976-2794-44a2-ba9f-3f14d7e5f391.gif"],
			"latestVersionReleaseDate": "2024-04-01T06:42:27.781Z"
		}
	}, {
		"itemId": "8cd5f7d8",
		"itemTitle": "245天然气eat丰乳肥臀",
		"sortId": 7,
		"createDate": "2024-06-28T03:36:22.798Z",
		"articleInfo": {
			"articleId": "666012e66c7248002e931cee",
			"resourceType": ["阅读", "文章"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": [],
			"latestVersionReleaseDate": "2024-06-05T07:25:32.842Z"
		}
	}, {
		"itemId": "07d51a40",
		"itemTitle": "4问题给我色弱豆腐干地方",
		"sortId": 6,
		"createDate": "2024-06-28T03:36:22.798Z",
		"articleInfo": {
			"articleId": "659b9e334d1119002edf9f53",
			"resourceType": ["主题"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": [],
			"latestVersionReleaseDate": "2024-05-16T06:49:47.617Z"
		}
	}, {
		"itemId": "26884c31",
		"itemTitle": "A1",
		"sortId": 5,
		"createDate": "2024-07-01T03:24:28.211Z",
		"articleInfo": {
			"articleId": "6661820f6c7248002e936356",
			"resourceType": ["图片", "照片"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": ["https://image.freelog.com/preview-image/0016609aeb24f064a1b41f396969adbddb5c294a.gif?x-oss-process=style/cover_image"],
			"latestVersionReleaseDate": "2024-06-06T09:32:11.573Z"
		}
	}, {
		"itemId": "7642efd0",
		"itemTitle": "A2",
		"sortId": 4,
		"createDate": "2024-06-28T03:42:41.085Z",
		"articleInfo": {
			"articleId": "666182386c7248002e9363a1",
			"resourceType": ["图片", "照片"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": ["https://image.freelog.com/83f3c014-22ae-4139-81c2-59eca744cacf.gif"],
			"latestVersionReleaseDate": "2024-06-06T09:49:18.456Z"
		}
	}, {
		"itemId": "1505f2aa",
		"itemTitle": "fdgsdfgfds",
		"sortId": 3,
		"createDate": "2024-07-01T03:24:28.210Z",
		"articleInfo": {
			"articleId": "662b578d57a86e00394e20c1",
			"resourceType": ["主题"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": [],
			"latestVersionReleaseDate": "2024-04-26T07:28:18.375Z"
		}
	}, {
		"itemId": "ae5ae244",
		"itemTitle": "付费策略",
		"sortId": 2,
		"createDate": "2024-07-01T03:24:28.211Z",
		"articleInfo": {
			"articleId": "663dc4476f9d62002e9cb968",
			"resourceType": ["阅读", "文章"],
			"articleType": 1,
			"articleOwnerId": 50028,
			"articleOwnerName": "12345676789",
			"intro": "",
			"coverImages": [],
			"latestVersionReleaseDate": "2024-05-10T06:53:05.095Z"
		}
	}]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157