返回指定的段落列表
Request
HTTP request
GET https://www.featapi.com/api/dimzou/paragraph/batch/
Parameters
- Query parameters
Parameter name | Value | Description |
---|---|---|
ids[] | id list | 段落ID列表,格式示例:ids[]=1&ids[]=2 |
授权
此请求需要具有以下所有范围的授权:
Scopes |
---|
无 |
有关更多信息,请参阅认证和授权页面。
Request body
无
Response
如果成功,则此方法在响应正文中返回 Dimzou.paragraph 资源。
注意某个段落ID不存在并不会报错,只是返回结果里不包含该段落。如果全部ID不存在则返回空列表。
200 返回段落列表成功
{
"data": [
{
"id": 346220,
"sort": 1,
"info": null,
"node_id": 1754,
"rewordings": [
{
"id": 478606,
"user": {
"uid": 5215999252276,
"avatar": "http://127.0.0.1:8000/media/5215999252276/avatar/5215999252276.jpg",
"expertise": "健身教练",
"firstname": "小红",
"lastname": "甘",
"username": "小红 甘",
"timezone": "America/New_York",
"timezone_utc_offset": "-04:00",
"is_online": true,
"location": "New York",
"avatars": {
"path": "http://127.0.0.1:8000/media/5215999252276/avatar/5215999252276.jpg",
"sizes": {
"sm": {
"width": 32,
"height": 32,
"path": "http://127.0.0.1:8000/media/sm/5215999252276/avatar/5215999252276_32x32.JPEG"
},
"md": {
"width": 64,
"height": 64,
"path": "http://127.0.0.1:8000/media/md/5215999252276/avatar/5215999252276_64x64.JPEG"
},
"lg": {
"width": 300,
"height": 300,
"path": "http://127.0.0.1:8000/media/lg/5215999252276/avatar/5215999252276_300x300.JPEG"
}
}
}
},
"type": 200,
"content": "Gen.1:1 起 初 , 神 创 造 天 地 。1",
"html_content": "<p>Gen.1:1 起 初 , 神 创 造 天 地 。1</p>",
"img": null,
"imgs": {
},
"crop_img": null,
"crop_imgs": {
},
"status": 100,
"version": 1,
"last_modified": "2020-07-13T01:42:29.050694Z",
"create_time": "2020-06-29T10:49:05.930707Z",
"is_selected": true,
"content_meta": {
"blocks": [
{
"key": "3kek",
"data": {
},
"text": "Gen.1:1 起 初 , 神 创 造 天 地 。1",
"type": "unstyled",
"depth": 0,
"entityRanges": [
],
"inlineStyleRanges": [
]
} ],
"entityMap": {
}
},
"base_on": null,
"template_config": null,
"media_type": 0,
"img_height": null,
"img_width": null,
"file": null,
"submit_version": 1,
"version_lock": false,
"comments_count": 0,
"comments": [
],
"likes_count": 0
} ]
} ]
}
400 VALIDATION_EXCEPTION
示例返回数据可参考 API Common – Validation Exception