{"info":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28798519","collectionId":"a6d5558a-2783-4a36-b293-9c191eec7bd6","publishedId":"2s9YsGgYX6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-04T08:15:33.000Z"},"item":[{"name":"知识库","item":[{"name":"知识空间","item":[{"name":"知识空间列表","id":"6aa19d3c-61a1-4f02-8256-2e8c5caf56e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/kb/spaces?page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>知识库名称</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>知识库描述</td>\n</tr>\n<tr>\n<td>articles_count</td>\n<td>Integer</td>\n<td>知识库文章数量</td>\n</tr>\n<tr>\n<td>updated at</td>\n<td>Datetime</td>\n<td>更新时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datetime</td>\n<td>创建时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6aa19d3c-61a1-4f02-8256-2e8c5caf56e1"},{"name":"知识空间详情","id":"4f4c198c-32c8-4165-b948-f39185b6bf25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id","description":"<p>返回字段说明同知识库列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库空间id</p>\n","type":"text/plain"},"type":"any","value":"","key":"space_id"}]}},"response":[],"_postman_id":"4f4c198c-32c8-4165-b948-f39185b6bf25"},{"name":"添加知识空间","id":"bb305faf-e2c3-4e52-85fb-0c7bcd202ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"第er\", //知识库名称\n            \"description\":\"\" //知识库描述\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/kb/spaces","description":"<p>返回字段说明同知识库列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb305faf-e2c3-4e52-85fb-0c7bcd202ef7"},{"name":"更新知识空间","id":"bc1cc6ab-fb01-4628-9e3b-afbe1a1c63e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"第8\", //知识库名称\n            \"description\":\"\" //知识库描述\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id","description":"<p>返回字段说明同知识库列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库空间id</p>\n","type":"text/plain"},"type":"any","value":"","key":"space_id"}]}},"response":[],"_postman_id":"bc1cc6ab-fb01-4628-9e3b-afbe1a1c63e9"},{"name":"删除知识空间","id":"1e0c99eb-b545-4d06-866b-4bb397453f43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id","description":"<p>返回字段说明同知识库列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库空间id</p>\n","type":"text/plain"},"type":"any","value":"","key":"space_id"}]}},"response":[],"_postman_id":"1e0c99eb-b545-4d06-866b-4bb397453f43"}],"id":"943303e1-78d8-469a-b9fb-1ea2a26938be","_postman_id":"943303e1-78d8-469a-b9fb-1ea2a26938be","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"知识文章","item":[{"name":"文章列表","id":"3f52cf8b-8eea-4d26-b41f-4eaed4c8e45b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id/articles?keywords=管理成员","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>children_count</td>\n<td>Integer</td>\n<td>子页面数量</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父页面id</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>排序值，知识库树形菜单同一级排序就是按照position升序</td>\n</tr>\n<tr>\n<td>search_highlight</td>\n<td>String</td>\n<td>返回搜索匹配到的关键词前后的一段内容，匹配的分词关键词包含在</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>文章标题</td>\n</tr>\n<tr>\n<td>visits_count</td>\n<td>Integer</td>\n<td>浏览量</td>\n</tr>\n<tr>\n<td>updated at</td>\n<td>Datetime</td>\n<td>更新时间</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datetime</td>\n<td>创建时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id","articles"],"host":["https://open.baklib.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>父文章id</p>\n","type":"text/plain"},"key":"parent_id","value":"489"},{"description":{"content":"<p>搜索关键字</p>\n","type":"text/plain"},"key":"keywords","value":"管理成员"},{"disabled":true,"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"disabled":true,"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"5"}],"variable":[{"description":{"content":"<p>知识库id</p>\n","type":"text/plain"},"type":"any","value":"5","key":"space_id"}]}},"response":[],"_postman_id":"3f52cf8b-8eea-4d26-b41f-4eaed4c8e45b"},{"name":"文章详情","id":"d3f7f7fa-4b9c-4db0-9355-c61767b37d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id/articles/:article_id","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>icon</td>\n<td>String</td>\n<td></td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>文章标题</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>排序值，知识库树形菜单同一级排序就是按照position升序</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父页面id</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>文章内容html格式</td>\n</tr>\n<tr>\n<td>visits_count</td>\n<td>Integer</td>\n<td>浏览量</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>Integer</td>\n<td>子页面数量</td>\n</tr>\n<tr>\n<td>edited_at</td>\n<td>Datetime</td>\n<td>最近编辑时间</td>\n</tr>\n<tr>\n<td>edited_by_id</td>\n<td>Integer</td>\n<td>最近编辑成员id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datetime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Datetime</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Integer</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id","articles",":article_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库id</p>\n","type":"text/plain"},"type":"any","value":"","key":"space_id"},{"description":{"content":"<p>文章id</p>\n","type":"text/plain"},"type":"any","value":"","key":"article_id"}]}},"response":[],"_postman_id":"d3f7f7fa-4b9c-4db0-9355-c61767b37d50"},{"name":"添加文章","id":"0de74916-10c0-4717-9ffe-7123f1348f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"title\": \"create\", //标题\n            \"position\":\"3\", //排序值非必填\n            \"parent_id\":\"489\", //父页面id非必填\n            \"body\":\"vvvv\" //文章内容非必填\n        }\n    }\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id/articles","description":"<p>返回字段说明同文章详情</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id","articles"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库id</p>\n","type":"text/plain"},"type":"any","value":"","key":"space_id"}]}},"response":[],"_postman_id":"0de74916-10c0-4717-9ffe-7123f1348f09"},{"name":"更新文章","id":"55a7e479-3736-40e5-818e-15accb5903bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n           \n            \"body\":\"<span data-file-id=\\\"eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzU4OTMsInRpbWVzdGFtcCI6IjIwMjQtMTItMDkgMTc6NTA6NDcgKzA4MDAifSwicHVyIjoiZGFtL2VudGl0eS9vcmdhbml6YXRpb25fbGVuZGN4In19--222161ec329b89d46c57ad4556f1ce4e62d7556104a07b332e894f8b1e5edb01\\\" data-file-type=\\\"pdf\\\" data-file-sync-mode=\\\"master\\\" data-type=\\\"file\\\" class=\\\"file w-full relative my-2\\\"><div class=\\\"flex items-center justify-start space-x-3 space-y-3\\\">\\n  <div class=\\\"flex items-center justify-center w-6 h-6 rounded-t\\\" data-controller=\\\"file-icon\\\" data-file-icon-type-value=\\\"pdf\\\"></div>\\n  <div class=\\\"w-2/3\\\">\\n    <div class=\\\"truncate\\\">Baklib.数字内容体验云PPT-20241110.pdf</div>\\n    <div>19.4 MB</div>\\n  </div>\\n  <a class=\\\"flex items-center flex-1\\\" href=\\\"https://3775020eb212.baklib.com/-/dam/assets/organization_lendcx--main-version/eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzU4OTMsInBhdGgiOiJiYWtsaWIu5pWw5a2X5YaF5a655L2T6aqM5LqRcHB0LTIwMjQxMTEwLnBkZiIsInRpbWVzdGFtcCI6IjIwMjQtMTItMDkgMTc6NTA6NDcgKzA4MDAifSwiZXhwIjoiMjAyNC0xMi0xMVQxNTo1OTo1OS45OTlaIiwicHVyIjoib3JnYW5pemF0aW9uX2xlbmRjeC0tbWFpbi12ZXJzaW9uIn19--5af042548355922bf50279e2d7ee94c3a455d8a4a31d0f06c5725b504aa20324/baklib.%E6%95%B0%E5%AD%97%E5%86%85%E5%AE%B9%E4%BD%93%E9%AA%8C%E4%BA%91ppt-20241110.pdf?disposition=attachment\\\" target=\\\"_blank\\\">\\n    <span>下载</span>\\n    <svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"currentColor\\\" class=\\\"w-5 h-5 mx-1 size-5\\\">\\n      <path fill-rule=\\\"evenodd\\\" d=\\\"M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z\\\" clip-rule=\\\"evenodd\\\"></path>\\n    </svg>\\n  </a>\\n</div>\\n</span><span data-file-id=\\\"eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzU4OTQsInRpbWVzdGFtcCI6IjIwMjQtMTItMDkgMTc6NTY6NTggKzA4MDAifSwicHVyIjoiZGFtL2VudGl0eS9vcmdhbml6YXRpb25fbGVuZGN4In19--bd5fe253bd4a596b0a60bc7f0a98f8ab77038950c9f43b780b5db1fa93fe4d06\\\" data-file-type=\\\"image\\\" data-file-sync-mode=\\\"master\\\" data-type=\\\"file\\\" class=\\\"file w-full relative my-2\\\"><div class=\\\"flex items-center justify-start space-x-3 space-y-3\\\">\\n  <div class=\\\"flex items-center justify-center w-6 h-6 rounded-t\\\" data-controller=\\\"file-icon\\\" data-file-icon-type-value=\\\"image\\\"></div>\\n  <div class=\\\"w-2/3\\\">\\n    <div class=\\\"truncate\\\">企业微信截图_4dd605e3-f653-42d6-a2e7-9012c6bc407a.png</div>\\n    <div>1.2 MB</div>\\n  </div>\\n  <a class=\\\"flex items-center flex-1\\\" href=\\\"https://3775020eb212.baklib.com/-/dam/assets/organization_lendcx--main-version/eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzU4OTQsInBhdGgiOiLkvIHkuJrlvq7kv6HmiKrlm75fNGRkNjA1ZTMtZjY1My00MmQ2LWEyZTctOTAxMmM2YmM0MDdhLnBuZyIsInRpbWVzdGFtcCI6IjIwMjQtMTItMDkgMTc6NTY6NTggKzA4MDAifSwiZXhwIjoiMjAyNC0xMi0xMVQxNTo1OTo1OS45OTlaIiwicHVyIjoib3JnYW5pemF0aW9uX2xlbmRjeC0tbWFpbi12ZXJzaW9uIn19--4939bfd7b4303b0db249f1f1731e83e59d0d97d581c11312387d224de156a40b/%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_4dd605e3-f653-42d6-a2e7-9012c6bc407a.png?disposition=attachment\\\" target=\\\"_blank\\\">\\n    <span>下载</span>\\n    <svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"currentColor\\\" class=\\\"w-5 h-5 mx-1 size-5\\\">\\n      <path fill-rule=\\\"evenodd\\\" d=\\\"M10.5 3.75a6 6 0 0 0-5.98 6.496A5.25 5.25 0 0 0 6.75 20.25H18a4.5 4.5 0 0 0 2.206-8.423 3.75 3.75 0 0 0-4.133-4.303A6.001 6.001 0 0 0 10.5 3.75Zm2.25 6a.75.75 0 0 0-1.5 0v4.94l-1.72-1.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06l-1.72 1.72V9.75Z\\\" clip-rule=\\\"evenodd\\\"></path>\\n    </svg>\\n  </a>\\n</div>\\n</span><h2>二级标题</h2><h3>三级标题</h3><h4>四级标题</h4><h5>五级标题</h5><h6>六级标题</h6><div>\\n<div><img src=\\\"https://3775020eb212.baklib.com/-/dam/assets/organization_lendcx--main-version/eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzU4OTQsInBhdGgiOiLkvIHkuJrlvq7kv6HmiKrlm75fNGRkNjA1ZTMtZjY1My00MmQ2LWEyZTctOTAxMmM2YmM0MDdhLnBuZyIsInRpbWVzdGFtcCI6IjIwMjQtMTItMDkgMTc6NTY6NTggKzA4MDAifSwiZXhwIjoiMjAyNC0xMi0xMVQxNTo1OTo1OS45OTlaIiwicHVyIjoib3JnYW5pemF0aW9uX2xlbmRjeC0tbWFpbi12ZXJzaW9uIn19--4939bfd7b4303b0db249f1f1731e83e59d0d97d581c11312387d224de156a40b/%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_4dd605e3-f653-42d6-a2e7-9012c6bc407a.png\\\" bke-dam-id=\\\"eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzU4OTQsInRpbWVzdGFtcCI6IjIwMjQtMTItMDkgMTc6NTY6NTUgKzA4MDAifSwicHVyIjoiZGFtL2VudGl0eS9vcmdhbml6YXRpb25fbGVuZGN4In19--1cbd314710886814bc98432718e0e05c4747d922b209ddeeb05241df2d4111c0\\\" title=\\\"企业微信截图_4dd605e3-f653-42d6-a2e7-9012c6bc407a.png\\\"></div>\\n<div></div>\\n</div><ol>\\n<li>列表</li>\\n<li>列表</li>\\n<li>列表</li>\\n</ol><ul>\\n<li>无序列表</li>\\n<li>无序列表</li>\\n<li>无序列表</li>\\n<li>无序列表</li>\\n</ul><pre><code>代码块代码块代码块代码块代码块</code></pre><hr><hr><div>\\n<iframe src=\\\"//player.bilibili.com/player.html?isOutside=true&amp;aid=113571165899035&amp;bvid=BV11CznYrEzn&amp;cid=27108115675&amp;p=1\\\" width=\\\"100%\\\" height=\\\"600px\\\" frameborder=\\\"0\\\" allowfullscreen=\\\"allowfullscreen\\\"></iframe><span></span>\\n</div><blockquote><div>\\n<div>引用内容引用内容引用内容引用内容引用内容引用内容</div>\\n<div>引用内容引用内容引用内容引用内容</div>\\n</div></blockquote><div>\\n<h3>标题</h3>\\n<h2>标题</h2>\\n<ul>\\n<li>列表</li>\\n<li>列表</li>\\n</ul>\\n<ul>\\n<li>列表</li>\\n<li>列表<br>\\n<video poster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-530a6b7ee961/psc%20(2)1632878663354.png\\\" src=\\\"https://video.bk-cdn.com/1.baklib-3%E6%AD%A5%E5%88%9B%E5%BB%BA%E7%AB%99%E7%82%B9.mp4\\\" preload=\\\"none\\\" controls=\\\"\\\"></video>\\n</li>\\n</ul>\\n</div><div><table><tbody>\\n<tr>\\n<td>表格</td>\\n<td>表格</td>\\n<td>表格</td>\\n</tr>\\n<tr>\\n<td>1</td>\\n<td>1</td>\\n<td>1</td>\\n</tr>\\n<tr>\\n<td>2oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-</td>\\n<td>2oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-</td>\\n<td>2oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-oster=\\\"https://saas.bk-cdn.com/t/5b1272eb-9941-4081-979e-8081828d81fe/u/45462ec5-f412-49a3-921f-</td>\\n</tr>\\n</tbody></table></div><div data-highlight-text-color=\\\"#000000\\\" data-highlight-background-color=\\\"#ffedd5\\\" data-highlight-border-color=\\\"#fed7aa\\\" data-highlight-emoji=\\\"👏\\\" data-type=\\\"highlight_block\\\" class=\\\"highlight_block\\\">\\n<div>👏</div>\\n<div>提示提示</div>\\n</div>\" //文章内容非必填\n        }\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id/articles/:article_id","description":"<p>返回字段说明同文章详情</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id","articles",":article_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库id</p>\n","type":"text/plain"},"type":"any","value":"471","key":"space_id"},{"description":{"content":"<p>文章id</p>\n","type":"text/plain"},"type":"any","value":"49610","key":"article_id"}]}},"response":[],"_postman_id":"55a7e479-3736-40e5-818e-15accb5903bb"},{"name":"删除文章","id":"e40d7ab9-f668-4aad-9245-de066870d9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/kb/spaces/:space_id/articles/:article_id","description":"<p>返回字段说明同文章详情</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["kb","spaces",":space_id","articles",":article_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>知识库id</p>\n","type":"text/plain"},"type":"any","value":"","key":"space_id"},{"description":{"content":"<p>文章id</p>\n","type":"text/plain"},"type":"any","value":"","key":"article_id"}]}},"response":[],"_postman_id":"e40d7ab9-f668-4aad-9245-de066870d9eb"}],"id":"330b4bf5-4afc-4099-80a6-18f124d9486f","_postman_id":"330b4bf5-4afc-4099-80a6-18f124d9486f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}}],"id":"7f612a8c-5779-4f22-b831-a43f90b591ec","_postman_id":"7f612a8c-5779-4f22-b831-a43f90b591ec","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"资源库","item":[{"name":"资源","item":[{"name":"资源列表","id":"e5fd56bf-6fb0-4223-84d6-6a0d5fa372f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/dam/entities?type=link&sort_by=updated desc&page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>资源名称</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>资源描述</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>main_version</td>\n<td>Boolean</td>\n<td>是否为主版本</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>资源类型</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","entities"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>资源类型</p>\n","type":"text/plain"},"key":"type","value":"link"},{"disabled":true,"description":{"content":"<p>资源名称</p>\n","type":"text/plain"},"key":"name","value":"baklib"},{"disabled":true,"description":{"content":"<p>是否删除</p>\n","type":"text/plain"},"key":"deleted","value":"true"},{"disabled":true,"description":{"content":"<p>创建时间范围</p>\n","type":"text/plain"},"key":"creation_date_range","value":"2024-05-01"},{"description":{"content":"<p>排序</p>\n","type":"text/plain"},"key":"sort_by","value":"updated desc"},{"disabled":true,"description":{"content":"<p>数组id</p>\n","type":"text/plain"},"key":"collection_ids","value":""},{"disabled":true,"description":{"content":"<p>标签id</p>\n","type":"text/plain"},"key":"tag_ids","value":""},{"disabled":true,"description":{"content":"<p>创建者id</p>\n","type":"text/plain"},"key":"created_by_id","value":"5"},{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"e5fd56bf-6fb0-4223-84d6-6a0d5fa372f2"},{"name":"资源详情","id":"11b20db3-f9f2-4ec8-bc5b-b99e0ab6915d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/dam/entities/:entity_id?include_signed_id=true&purpose=dynamic_form","description":"<p>返回文件类型字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>资源名称</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>资源描述</td>\n</tr>\n<tr>\n<td>main_version</td>\n<td>Boolean</td>\n<td>是否为主版本</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>资源类型</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>资源链接</td>\n</tr>\n<tr>\n<td>byte_size</td>\n<td>Integer</td>\n<td>资源大小</td>\n</tr>\n<tr>\n<td>metadata</td>\n<td>Json</td>\n<td>资源元数据</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>Datatime</td>\n<td>删除时间</td>\n</tr>\n<tr>\n<td>deleted_by_id</td>\n<td>Integer</td>\n<td>删除者id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div><p>返回链接类型字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>资源名称</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>资源描述</td>\n</tr>\n<tr>\n<td>main_version</td>\n<td>Boolean</td>\n<td>是否为主版本</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>资源类型</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>链接url</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>链接title</td>\n</tr>\n<tr>\n<td>link_description</td>\n<td>String</td>\n<td>链接描述</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>Datatime</td>\n<td>删除时间</td>\n</tr>\n<tr>\n<td>deleted_by_id</td>\n<td>Integer</td>\n<td>删除者id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div><p>返回知识片段类型字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>资源名称</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>资源描述</td>\n</tr>\n<tr>\n<td>main_version</td>\n<td>Boolean</td>\n<td>是否为主版本</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>资源类型</td>\n</tr>\n<tr>\n<td>character_count</td>\n<td>Integer</td>\n<td>知识片段字数</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>知识片段内容</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>Datatime</td>\n<td>删除时间</td>\n</tr>\n<tr>\n<td>deleted_by_id</td>\n<td>Integer</td>\n<td>删除者id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","entities",":entity_id"],"host":["https://open.baklib.com/api/v1"],"query":[{"key":"include_signed_id","value":"true"},{"key":"purpose","value":"dynamic_form"}],"variable":[{"type":"any","value":"31417","key":"entity_id"}]}},"response":[],"_postman_id":"11b20db3-f9f2-4ec8-bc5b-b99e0ab6915d"},{"name":"添加知识片段","id":"d9d1df60-a711-40bf-8163-361f0a90aa27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"wwww\", //资源名称\n            \"description\": \"description\", //资源描述\n            \"body\": \"mmmmmmm\" //知识片段内容\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/dam/fragments","description":"<p>返回字段说明同资源详情知识片段类型</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","fragments"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d1df60-a711-40bf-8163-361f0a90aa27"},{"name":"更新知识片段","id":"a493700c-8f9f-45fd-a0ec-dbc739221dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"信息\", //资源名称\n            \"description\": \"新新description\", //资源描述\n            \"body\": \"bbb\" //知识片段内容\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/dam/fragments/:entity_id","description":"<p>返回字段说明同资源详情知识片段类型</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","fragments",":entity_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>资源id</p>\n","type":"text/plain"},"type":"any","value":"","key":"entity_id"}]}},"response":[],"_postman_id":"a493700c-8f9f-45fd-a0ec-dbc739221dd5"},{"name":"添加网址","id":"5ea4c6f4-c307-402f-9004-6ce6dbc1596f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"wwww\", //资源名称\n            \"description\": \"description\", //资源描述\n            \"url\": \"https://chatgpt.com/g/g-2DQzU5UZl-code-copilot/c/7a897da0-0e66-420b-b404-26ada2153356\", //链接url\n            \"title\": \"gpt\", //链接title不填可自动获取\n            \"link_description\": \"lkk\" //链接title不填可自动获取\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/dam/links","description":"<p>返回字段说明同资源详情链接类型</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","links"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ea4c6f4-c307-402f-9004-6ce6dbc1596f"},{"name":"更新网址","id":"eb7507ce-8a98-4715-b163-9d6ebf7f2836","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"222222\", //资源名称\n            \"description\": \"333333\", //资源描述\n            \"url\": \"https://portal.qiniu.com/kodo/bucket/overview?bucketName=leah-private\", //链接url\n            \"title\": \"44444\", //链接title\n            \"link_description\": \"555555\" //链接描述\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/dam/links/:entity_id","description":"<p>返回字段说明同资源详情链接类型</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","links",":entity_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>资源id</p>\n","type":"text/plain"},"type":"any","value":"","key":"entity_id"}]}},"response":[],"_postman_id":"eb7507ce-8a98-4715-b163-9d6ebf7f2836"},{"name":"上传文件","id":"aa6bfbf6-7092-4fe2-9b36-7fcc0a230074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][name]","value":"nana","type":"text","description":"<p>资源名称</p>\n"},{"key":"data[attributes][description]","value":"descriptionnew","type":"text","description":"<p>资源描述</p>\n"},{"key":"data[attributes][file]","type":"file","description":"<p>资源文件</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/a111/Desktop/idea.jpeg"],"src":"/Users/a111/Desktop/idea.jpeg"},{"key":"include_signed_id","value":"true","type":"text"},{"key":"data[attributes][collection_ids][]","value":"1","type":"text"},{"key":"data[attributes][collection_ids][]","value":"2","type":"text"}]},"url":"https://open.baklib.com/api/v1/dam/files","description":"<p>返回字段说明同资源详情文件类型</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","files"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa6bfbf6-7092-4fe2-9b36-7fcc0a230074"},{"name":"更新文件","id":"b3444bc4-38cb-4f02-9098-b8f3d8ae8dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"mama\", //资源名称\n            \"description\": \"description\" //资源描述\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/dam/files/:entity_id","description":"<p>返回字段说明同资源详情文件类型</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","files",":entity_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>资源id</p>\n","type":"text/plain"},"type":"any","value":"","key":"entity_id"}]}},"response":[],"_postman_id":"b3444bc4-38cb-4f02-9098-b8f3d8ae8dee"},{"name":"删除资源","id":"c9a252d8-7dca-48f8-b143-f6b1f4c7c172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/dam/entities/:entity_id","description":"<p>返回类型同资源库列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","entities",":entity_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>资源id</p>\n","type":"text/plain"},"type":"any","value":"783","key":"entity_id"}]}},"response":[],"_postman_id":"c9a252d8-7dca-48f8-b143-f6b1f4c7c172"},{"name":"获取资源链接","id":"8a10f103-269d-494c-9fc0-9ba25dc1abcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://open.baklib.com/api/v1/dam/entities/:entity_id/urls","description":"<p>返回链接类型字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>资源url</td>\n</tr>\n<tr>\n<td>expires_at</td>\n<td>过期时间</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","entities",":entity_id","urls"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>资源id 或者 在嵌入内容里的bke-dam-id</p>\n","type":"text/plain"},"type":"any","value":"31417","key":"entity_id"}]}},"response":[{"id":"8dd4689e-b7be-47ec-a47f-9f98925cece5","name":"资源库/指定过期时间获取资源url","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://open.baklib.com/api/v1/dam/entities/:entity_id/urls","host":["https://open.baklib.com/api/v1"],"path":["dam","entities",":entity_id","urls"],"variable":[{"key":"entity_id","value":"31417","description":"资源id 或者 在嵌入内容里的bke-dam-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Length","value":"345"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"c365f8b8c5e9ccf488495b9e0f248f6f\""},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Set-Cookie","value":"ahoy_visit=ce559a9e-8dd6-43fc-af9d-ff20b08eb685; path=/; expires=Fri, 30 May 2025 06:11:59 GMT; SameSite=Lax; secure"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Vary","value":"Accept, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Request-Id","value":"cfa3417b-100c-428f-98f9-0990f3dc8330"},{"key":"X-Runtime","value":"0.049313"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 30 May 2025 02:11:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://tanmer.baklib.com/-/dam/assets/organization_pry3c5--main-version/eyJfcmFpbHMiOnsiZGF0YSI6eyJpZCI6MzE0MTcsInBhdGgiOiJvLmV4ZSIsInRpbWVzdGFtcCI6IjIwMjQtMTEtMjUgMTU6NDY6NTkgKzA4MDAifSwicHVyIjoib3JnYW5pemF0aW9uX3ByeTNjNS0tbWFpbi12ZXJzaW9uIn19--0677162c7207b6b0c73b4c094ae272be533a0e538f11ef44945e02975c05a676/o.exe\",\n    \"expires_at\": null\n}"}],"_postman_id":"8a10f103-269d-494c-9fc0-9ba25dc1abcf"}],"id":"0d44fc49-5379-43a4-b1ea-fe56848ef135","_postman_id":"0d44fc49-5379-43a4-b1ea-fe56848ef135","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"集合","item":[{"name":"集合列表","id":"b419a120-61ad-48df-bd0b-351fef4ff69e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/dam/collections?page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>资源名称</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>资源描述</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>main_version</td>\n<td>Boolean</td>\n<td>是否为主版本</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>资源类型</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建者id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["dam","collections"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"b419a120-61ad-48df-bd0b-351fef4ff69e"}],"id":"18367fe1-e7b9-4e30-bc88-375542653ff6","_postman_id":"18367fe1-e7b9-4e30-bc88-375542653ff6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"标签","item":[],"id":"c7bd231d-717a-400d-9137-60f53820b51f","_postman_id":"c7bd231d-717a-400d-9137-60f53820b51f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}}],"id":"8120ed64-7308-4af4-b65e-b24d42d8824b","_postman_id":"8120ed64-7308-4af4-b65e-b24d42d8824b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"应用库","item":[{"name":"应用","item":[],"id":"d3dcc711-2095-4f13-9f15-c2982de1b47b","_postman_id":"d3dcc711-2095-4f13-9f15-c2982de1b47b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"站点","item":[{"name":"站点列表","id":"ff4c6e01-90aa-4fa4-9a4e-a858739d27b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/sites?page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>成员名称</td>\n</tr>\n<tr>\n<td>avatar_url</td>\n<td>Boolean</td>\n<td>头像url</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>是否禁用</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td>String</td>\n<td>邮箱</td>\n</tr>\n<tr>\n<td>mobile_phone</td>\n<td>String</td>\n<td>电话号码</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Integer</td>\n<td>用户id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"ff4c6e01-90aa-4fa4-9a4e-a858739d27b9"},{"name":"添加站点","id":"d57d65ec-0e77-43f4-a6ca-0fba8f0325c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>站点名称</p>\n","type":"text"},{"key":"theme_id","value":"","description":"<p>模版id（依据模版scop创建 cms、wiki类型站点）</p>\n","type":"text"},{"key":"data_source_id","value":"","description":"<p>wiki数据源（知识库id）仅用于wiki类型站点</p>\n","type":"text","disabled":true}]},"url":"https://open.baklib.com/api/v1/sites","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d57d65ec-0e77-43f4-a6ca-0fba8f0325c3"},{"name":"站点详情","id":"99aedd2a-e6f2-497c-baf4-0666268576be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/sites/:site_id","description":"<p>返回字段说明同站点列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"","key":"site_id"}]}},"response":[],"_postman_id":"99aedd2a-e6f2-497c-baf4-0666268576be"},{"name":"更新站点","id":"8924e675-6625-462f-966f-ae10154bdc56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"99\", //站点名称\n            \"language\": \"en-US\", //站点语言\n            \"time_zone\": \"American Samoa\", //站点时区\n            \"search_engine_index_enabled\": \"\", //是否seo收录\n            \"access_enabled\": \"true\" //是否开启访问控制\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/sites/:site_id","description":"<p>返回字段说明同站点列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"","key":"site_id"}]}},"response":[],"_postman_id":"8924e675-6625-462f-966f-ae10154bdc56"}],"id":"4f00642e-d0d5-4e01-89bc-d752e6b4d252","_postman_id":"4f00642e-d0d5-4e01-89bc-d752e6b4d252","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"站点页面","item":[{"name":"页面版本","item":[{"name":"页面版本列表","id":"23ecf8fd-b23e-4c09-8f70-c9a966c684a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/:page_id/versions","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>站点链接文字</td>\n</tr>\n<tr>\n<td>site_id</td>\n<td>Integer</td>\n<td>站点id</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父页面id</td>\n</tr>\n<tr>\n<td>visits_count</td>\n<td>Integer</td>\n<td>浏览量</td>\n</tr>\n<tr>\n<td>slug</td>\n<td>String</td>\n<td>页面URL名称</td>\n</tr>\n<tr>\n<td>full_path</td>\n<td>String</td>\n<td>页面完整路径</td>\n</tr>\n<tr>\n<td>published</td>\n<td>Boolean</td>\n<td>是否发布</td>\n</tr>\n<tr>\n<td>published_at</td>\n<td>Datatime</td>\n<td>发布时间</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>页面排序值，树形菜单按照这个值升序排序</td>\n</tr>\n<tr>\n<td>calculated_link_text</td>\n<td>String</td>\n<td>计算后的链接文字</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建用户id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages",":page_id","versions"],"host":["https://open.baklib.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"2"},{"disabled":true,"description":{"content":"<p>父页面id</p>\n","type":"text/plain"},"key":"parent_id","value":"338"},{"disabled":true,"description":{"content":"<p>是否删除</p>\n","type":"text/plain"},"key":"deleted","value":"true"},{"disabled":true,"description":{"content":"<p>标题搜索</p>\n","type":"text/plain"},"key":"calculated_link_text","value":"首页"},{"disabled":true,"description":{"content":"<p>是否发布</p>\n","type":"text/plain"},"key":"published","value":"false"},{"disabled":true,"description":{"content":"<p>关联标签</p>\n","type":"text/plain"},"key":"tags","value":"A"},{"disabled":true,"description":{"content":"<p>创建用户id</p>\n","type":"text/plain"},"key":"created_by_id","value":""},{"disabled":true,"description":{"content":"<p>编辑用户id</p>\n","type":"text/plain"},"key":"edited_by_id","value":""},{"disabled":true,"description":{"content":"<p>排序值</p>\n","type":"text/plain"},"key":"sort_by","value":"created_at asc"}],"variable":[{"type":"any","value":"214","key":"site_id"},{"type":"any","value":"7339","key":"page_id"}]}},"response":[],"_postman_id":"23ecf8fd-b23e-4c09-8f70-c9a966c684a8"},{"name":"查看页面版本","id":"4be76ac4-e081-41f5-9f99-5de52c032da9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/:page_id","description":"<p>返回字段说明同页面添加</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages",":page_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"id":"3e30669a-b402-4b2e-abd1-bd9d477a6dd3","description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"181","key":"site_id"},{"id":"593d0d23-3722-45c5-bab6-2fff00c81e6f","description":{"content":"<p>页面id</p>\n","type":"text/plain"},"type":"any","value":"4845","key":"page_id"}]}},"response":[],"_postman_id":"4be76ac4-e081-41f5-9f99-5de52c032da9"}],"id":"77817bfd-ec2c-4f00-8634-dae1774f1728","_postman_id":"77817bfd-ec2c-4f00-8634-dae1774f1728","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"页面列表","id":"3540570e-58ca-45ef-89ef-6a64fc72a0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/sites/:site_id/pages?page[size]=10&full_path=a&keywords=测试","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>站点链接文字</td>\n</tr>\n<tr>\n<td>site_id</td>\n<td>Integer</td>\n<td>站点id</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父页面id</td>\n</tr>\n<tr>\n<td>visits_count</td>\n<td>Integer</td>\n<td>浏览量</td>\n</tr>\n<tr>\n<td>slug</td>\n<td>String</td>\n<td>页面URL名称</td>\n</tr>\n<tr>\n<td>full_path</td>\n<td>String</td>\n<td>页面完整路径</td>\n</tr>\n<tr>\n<td>published</td>\n<td>Boolean</td>\n<td>是否发布</td>\n</tr>\n<tr>\n<td>published_at</td>\n<td>Datatime</td>\n<td>发布时间</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>页面排序值，树形菜单按照这个值升序排序</td>\n</tr>\n<tr>\n<td>calculated_link_text</td>\n<td>String</td>\n<td>计算后的链接文字</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建用户id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages"],"host":["https://open.baklib.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"2"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"},{"disabled":true,"description":{"content":"<p>父页面id</p>\n","type":"text/plain"},"key":"parent_id","value":"338"},{"disabled":true,"description":{"content":"<p>是否删除</p>\n","type":"text/plain"},"key":"deleted","value":"true"},{"disabled":true,"description":{"content":"<p>标题搜索</p>\n","type":"text/plain"},"key":"calculated_link_text","value":"首页"},{"description":{"content":"<p>路径</p>\n","type":"text/plain"},"key":"full_path","value":"a"},{"disabled":true,"description":{"content":"<p>是否发布</p>\n","type":"text/plain"},"key":"published","value":"false"},{"disabled":true,"description":{"content":"<p>关联标签</p>\n","type":"text/plain"},"key":"tags","value":"A"},{"disabled":true,"description":{"content":"<p>创建用户id</p>\n","type":"text/plain"},"key":"created_by_id","value":""},{"disabled":true,"description":{"content":"<p>编辑用户id</p>\n","type":"text/plain"},"key":"edited_by_id","value":""},{"disabled":true,"description":{"content":"<p>排序值</p>\n","type":"text/plain"},"key":"sort_by","value":"created_at asc"},{"key":"keywords","value":"测试"}],"variable":[{"type":"any","value":"178","key":"site_id"}]}},"response":[],"_postman_id":"3540570e-58ca-45ef-89ef-6a64fc72a0f7"},{"name":"页面详情","id":"015e7396-0dfb-457a-8ef7-40f352803478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/:page_id","description":"<p>返回字段说明同页面添加</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages",":page_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"181","key":"site_id"},{"description":{"content":"<p>页面id</p>\n","type":"text/plain"},"type":"any","value":"4845","key":"page_id"}]}},"response":[],"_postman_id":"015e7396-0dfb-457a-8ef7-40f352803478"},{"name":"页面详情(路径查询)","id":"a93e8c60-5487-465c-adc1-b63015db14d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/by_path/:full_path","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages","by_path",":full_path"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"181","key":"site_id"},{"description":{"content":"<p>页面的完整路径</p>\n","type":"text/plain"},"type":"any","value":"/about/team","key":"full_path"}]}},"response":[],"_postman_id":"a93e8c60-5487-465c-adc1-b63015db14d1"},{"name":"添加页面","id":"8081286a-5e29-40f1-94b0-3b092bd0ac1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"国内外众创孵化平台汇总\", //标题\n         \n            \"parent_id\": \"\", //父页面id,\n            \"template_variables\": {  \"content\": \"<div class=\\\"container\\\">\\n  <div class=\\\"row\\\">\\n    <div class=\\\"col-md-9 content2\\\">\\n      <p style=\\\"text-align: center;\\\"><a href=\\\"https://www.itjuzi.com/incubator\\\">https://www.itjuzi.com/incubator</a></p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/271/content.jpg\\\"></p>\\n      <p style=\\\"text-align: center;\\\">http://www.ycombinator.com/</p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/269/content.jpg\\\"></p>\\n      <p style=\\\"text-align: center;\\\"> </p>\\n      <p style=\\\"text-align: center;\\\">http://www.chuangxin.com/</p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/270/content.jpg\\\"></p>\\n      <p style=\\\"text-align: center;\\\"><a href=\\\"http://xypark.com/public/img/logo.png\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://xypark.com/public/img/logo.png\\\"></a></p>\\n      <p style=\\\"text-align: center;\\\">http://xypark.com/about</p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/265/content.png\\\"></p>\\n      <p style=\\\"text-align: center;\\\"> </p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.ckerhome.com/static/image/images/logo.png\\\"></p>\\n      <p style=\\\"text-align: center;\\\">http://www.ckerhome.com/</p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/266/content.jpg\\\"></p>\\n      <p style=\\\"text-align: center;\\\"> </p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/267/content.png\\\"></p>\\n      <p style=\\\"text-align: center;\\\">http://plugandplaytechcenter.com/</p>\\n      <p style=\\\"text-align: center;\\\"><img alt=\\\"\\\" class=\\\"img-responsive\\\" src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/268/content.jpg\\\"></p>\\n      <p style=\\\"text-align: center;\\\"> </p>\\n      <p> </p>\\n    </div>\\n    <div class=\\\"col-md-3\\\">\\n      <!-- SIDEBAR -->\\n      <div class=\\\"sidebar bg-white\\\">\\n        <!-- SIDEBAR OBJECT 5 -->\\n        <div role=\\\"tabpanel\\\" class=\\\"tabs-style-1\\\">\\n          <!-- Nav tabs -->\\n          <ul class=\\\"nav nav-tabs\\\" role=\\\"tablist\\\">\\n            <li role=\\\"presentation\\\" class=\\\"active\\\"><a href=\\\"#tab-1\\\" aria-controls=\\\"tab-1\\\" role=\\\"tab\\\" data-toggle=\\\"tab\\\">服务项目</a></li>\\n            <li role=\\\"presentation\\\"><a href=\\\"#tab-2\\\" aria-controls=\\\"tab-2\\\" role=\\\"tab\\\" data-toggle=\\\"tab\\\">解决方案</a></li>\\n          </ul>\\n          <!-- Tab panes -->\\n          <div class=\\\"tab-content\\\">\\n            <!-- Tab 1 -->\\n            <div role=\\\"tabpanel\\\" class=\\\"tab-pane active\\\" id=\\\"tab-1\\\">\\n              <div class=\\\"tab-body\\\">\\n                <ul class=\\\"list-style-1\\\">\\n                  <li><a href=\\\"/vrp\\\">智慧工业优化实验室</a></li>\\n                  <li><a href=\\\"/Big-data\\\">大数据</a></li>\\n                  <li><a href=\\\"/smart-city\\\">行业案例</a></li>\\n                  <li><a href=\\\"/net\\\">互联网+</a></li>\\n                  <li><a href=\\\"/Data-portrait\\\">数据画像</a></li>\\n                </ul>\\n              </div>\\n            </div>\\n            <!-- Tab 2 -->\\n            <div role=\\\"tabpanel\\\" class=\\\"tab-pane\\\" id=\\\"tab-2\\\">\\n              <div class=\\\"tab-body\\\">\\n                <ul class=\\\"list-style-1\\\">\\n                  <li><a href=\\\"/vrp-case\\\">智慧工业优化成功案例</a></li>\\n                  <li><a href=\\\"/web-bigdata\\\">Web大数据</a></li>\\n                  <li><a href=\\\"/Big-DB\\\">Datale大数据应用平台</a></li>\\n                  <li><a href=\\\"/smart-Wulian\\\">物联网应用平台</a></li>\\n                  <li><a href=\\\"/smart-health\\\">智慧医疗平台</a></li>\\n                  <li><a href=\\\"/smart-water\\\">智慧水务平台</a></li>\\n                  <li><a href=\\\"/why\\\">文化云</a></li>\\n                  <li><a href=\\\"/tmf\\\">TMF技术社区</a></li>\\n                  <li><a href=\\\"/learning\\\">大数据知识</a></li>\\n                  <li><a href=\\\"/yuqing\\\">大数据舆情监控系统</a></li>\\n                  <li><a href=\\\"/BI\\\">数据画像BI平台</a></li>\\n                  <li><a href=\\\"/alternative-data\\\">另类数据</a></li>\\n                </ul>\\n              </div>\\n            </div>\\n          </div>\\n        </div>\\n        <!-- SIDEBAR OBJECT 2 -->\\n        <br>\\n        <div class=\\\"sidebar-object\\\">\\n          <div class=\\\"section-title-wrapper style-1 v1\\\">\\n            <h2 class=\\\"left\\\">\\n              <span>最近更新...</span>\\n            </h2>\\n          </div>\\n          <ul class=\\\"list-image\\\">\\n            <li>\\n              <img src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/3562/thumb.png\\\" class=\\\"img-thumbnail\\\" alt=\\\"知识库是什么？企业为什么需要知识库？\\\">\\n              <p>\\n                <a href=\\\"/blog/763\\\" style=\\\"color:#222;\\\">知识库是什么？企业为什么需要知识库？</a>\\n              </p>\\n            </li>\\n            <li>\\n              <img src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/1865/thumb.jpg\\\" class=\\\"img-thumbnail\\\" alt=\\\"最全的中国开放数据(open data)及政府公开数据平台汇总\\\">\\n              <p>\\n                <a href=\\\"/blog/451\\\" style=\\\"color:#222;\\\">最全的中国开放数据(open data)及政府公开数据平台汇总</a>\\n              </p>\\n            </li>\\n            <li>\\n              <img src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/2525/thumb.png\\\" class=\\\"img-thumbnail\\\" alt=\\\"全国大数据交易所及数据交易平台汇总\\\">\\n              <p>\\n                <a href=\\\"/blog/541\\\" style=\\\"color:#222;\\\">全国大数据交易所及数据交易平台汇总</a>\\n              </p>\\n            </li>\\n            <li>\\n              <img src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/3628/thumb.png\\\" class=\\\"img-thumbnail\\\" alt=\\\"Baklib｜怎么通过知识管理，实现企业的降本增效？\\\">\\n              <p>\\n                <a href=\\\"/baklib/784\\\" style=\\\"color:#222;\\\">Baklib｜怎么通过知识管理，实现企业的降本增效？</a>\\n              </p>\\n            </li>\\n            <li>\\n              <img src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/3629/thumb.png\\\" class=\\\"img-thumbnail\\\" alt=\\\"什么是内容中台？Top 10 内容中台SaaS软件推荐\\\">\\n              <p>\\n                <a href=\\\"/blog/786\\\" style=\\\"color:#222;\\\">什么是内容中台？Top 10 内容中台SaaS软件推荐</a>\\n              </p>\\n            </li>\\n            <li>\\n              <img src=\\\"http://www.tanmer.com/ckeditor_assets/pictures/3626/thumb.png\\\" class=\\\"img-thumbnail\\\" alt=\\\"16个客户自助知识库发展的趋势和数据统计\\\">\\n              <p>\\n                <a href=\\\"/baklib/783\\\" style=\\\"color:#222;\\\">16个客户自助知识库发展的趋势和数据统计</a>\\n              </p>\\n            </li>\\n          </ul>\\n        </div>\\n        <!-- SIDEBAR OBJECT 3 -->\\n      </div>\\n    </div>\\n  </div>\\n</div>\"\n}, //模版变量，根据选择模版所需属性不同\n            \"template_name\": \"page\", //模版类型，切换模版只能切换同一类型的\n            \"template_style\": \"\", //模版样式\n            \"published\": false, //是否发布\n            \"published_at\": \"2022-05-21 08:00\", //发布时间\n            \"position\": \"6\", //排序值\n            \"seo_title\": \"seo_title\", //seo标题\n            \"seo_keywords\": \"seo_keywords\", //seo关键字\n            \"seo_description\": \"seo_description\", //seo描述\n            \"hidden_from_list\": \"true\", //不在列表中显示\n            \"hidden_from_nav_menu\": \"false\", //不在导航菜单中显示\n            \"access_enabled\": \"true\" //访问控制\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/sites/:site_id/pages","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>页面链接文字</td>\n</tr>\n<tr>\n<td>site_id</td>\n<td>Integer</td>\n<td>站点id</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父页面id</td>\n</tr>\n<tr>\n<td>visits_count</td>\n<td>Integer</td>\n<td>浏览量</td>\n</tr>\n<tr>\n<td>slug</td>\n<td>String</td>\n<td>页面URL名称</td>\n</tr>\n<tr>\n<td>full_path</td>\n<td>String</td>\n<td>页面完整路径</td>\n</tr>\n<tr>\n<td>published</td>\n<td>Boolean</td>\n<td>是否发布</td>\n</tr>\n<tr>\n<td>published_at</td>\n<td>Datatime</td>\n<td>发布时间</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>页面排序值，树形菜单按照这个值升序排序</td>\n</tr>\n<tr>\n<td>template_name</td>\n<td>String</td>\n<td>模版名称</td>\n</tr>\n<tr>\n<td>template_style</td>\n<td>String</td>\n<td>模版样式</td>\n</tr>\n<tr>\n<td>template_variables</td>\n<td>Json</td>\n<td>模版变量</td>\n</tr>\n<tr>\n<td>external_url</td>\n<td>String</td>\n<td>链接外部URL</td>\n</tr>\n<tr>\n<td>seo_title</td>\n<td>String</td>\n<td>seo标题</td>\n</tr>\n<tr>\n<td>seo_keywords</td>\n<td>String</td>\n<td>seo关键词</td>\n</tr>\n<tr>\n<td>seo_description</td>\n<td>String</td>\n<td>seo描述</td>\n</tr>\n<tr>\n<td>hidden_from_list</td>\n<td>Boolean</td>\n<td>不在列表中显示</td>\n</tr>\n<tr>\n<td>hidden_from_nav_menu</td>\n<td>Boolean</td>\n<td>不在导航菜单中显示</td>\n</tr>\n<tr>\n<td>calculated_link_text</td>\n<td>String</td>\n<td>计算后的链接文字</td>\n</tr>\n<tr>\n<td>access_enabled</td>\n<td>Boolean</td>\n<td>访问控制是否开启</td>\n</tr>\n<tr>\n<td>published_children_count</td>\n<td>Integer</td>\n<td>子页面数量</td>\n</tr>\n<tr>\n<td>published_descendants_count</td>\n<td>Integer</td>\n<td>下级页面数量</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>Datatime</td>\n<td>删除时间</td>\n</tr>\n<tr>\n<td>deleted_by_id</td>\n<td>Integer</td>\n<td>删除者成员id</td>\n</tr>\n<tr>\n<td>edited_at</td>\n<td>Datatime</td>\n<td>编辑时间时间</td>\n</tr>\n<tr>\n<td>edited_by_id</td>\n<td>Integer</td>\n<td>编辑者</td>\n</tr>\n<tr>\n<td>sub_templates</td>\n<td>Array</td>\n<td>允许的子页面类型</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建用户id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"143","key":"site_id"}]}},"response":[],"_postman_id":"8081286a-5e29-40f1-94b0-3b092bd0ac1a"},{"name":"智能添加页面","id":"fbdc1b79-3c39-462a-83c8-b2df25189f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n    \"attributes\": {\n      \"content\": \"attribute\",\n      \"title\": \"Starting LibreOffice Software With Parameters\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/smart_create","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>页面链接文字</td>\n</tr>\n<tr>\n<td>site_id</td>\n<td>Integer</td>\n<td>站点id</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父页面id</td>\n</tr>\n<tr>\n<td>visits_count</td>\n<td>Integer</td>\n<td>浏览量</td>\n</tr>\n<tr>\n<td>slug</td>\n<td>String</td>\n<td>页面URL名称</td>\n</tr>\n<tr>\n<td>full_path</td>\n<td>String</td>\n<td>页面完整路径</td>\n</tr>\n<tr>\n<td>published</td>\n<td>Boolean</td>\n<td>是否发布</td>\n</tr>\n<tr>\n<td>published_at</td>\n<td>Datatime</td>\n<td>发布时间</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>页面排序值，树形菜单按照这个值升序排序</td>\n</tr>\n<tr>\n<td>template_name</td>\n<td>String</td>\n<td>模版名称</td>\n</tr>\n<tr>\n<td>template_style</td>\n<td>String</td>\n<td>模版样式</td>\n</tr>\n<tr>\n<td>template_variables</td>\n<td>Json</td>\n<td>模版变量</td>\n</tr>\n<tr>\n<td>external_url</td>\n<td>String</td>\n<td>链接外部URL</td>\n</tr>\n<tr>\n<td>seo_title</td>\n<td>String</td>\n<td>seo标题</td>\n</tr>\n<tr>\n<td>seo_keywords</td>\n<td>String</td>\n<td>seo关键词</td>\n</tr>\n<tr>\n<td>seo_description</td>\n<td>String</td>\n<td>seo描述</td>\n</tr>\n<tr>\n<td>hidden_from_list</td>\n<td>Boolean</td>\n<td>不在列表中显示</td>\n</tr>\n<tr>\n<td>hidden_from_nav_menu</td>\n<td>Boolean</td>\n<td>不在导航菜单中显示</td>\n</tr>\n<tr>\n<td>calculated_link_text</td>\n<td>String</td>\n<td>计算后的链接文字</td>\n</tr>\n<tr>\n<td>access_enabled</td>\n<td>Boolean</td>\n<td>访问控制是否开启</td>\n</tr>\n<tr>\n<td>published_children_count</td>\n<td>Integer</td>\n<td>子页面数量</td>\n</tr>\n<tr>\n<td>published_descendants_count</td>\n<td>Integer</td>\n<td>下级页面数量</td>\n</tr>\n<tr>\n<td>deleted</td>\n<td>Boolean</td>\n<td>是否删除</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>Datatime</td>\n<td>删除时间</td>\n</tr>\n<tr>\n<td>deleted_by_id</td>\n<td>Integer</td>\n<td>删除者成员id</td>\n</tr>\n<tr>\n<td>edited_at</td>\n<td>Datatime</td>\n<td>编辑时间时间</td>\n</tr>\n<tr>\n<td>edited_by_id</td>\n<td>Integer</td>\n<td>编辑者</td>\n</tr>\n<tr>\n<td>sub_templates</td>\n<td>Array</td>\n<td>允许的子页面类型</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>created_by_id</td>\n<td>Integer</td>\n<td>创建用户id</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages","smart_create"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"143","key":"site_id"}]}},"response":[],"_postman_id":"fbdc1b79-3c39-462a-83c8-b2df25189f7b"},{"name":"更新页面","id":"15170982-95e6-4742-a531-89633fa39f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"第4\", //标题\n            \"slug\": \"second4\", //url\n            \"parent_id\": \"392\", //父页面id\n            \"template_variables\": { \"content\":\"\" }, //模版变量\n            \"template_name\": \"page\", //模版名称\n            \"template_style\": \"\", //模版样式\n            \"published\": \"\", //发布\n            \"published_at\": \"2023-05-21 08:00\", //发布时间\n            \"position\": \"7\", //排序值\n            \"seo_title\": \"seo_title2\", //seo标题\n            \"seo_keywords\": \"seo_keywords2\", //seo关键词\n            \"seo_description\": \"seo_description2\", //seo描述\n            \"hidden_from_list\": \"true\", //不在列表中显示\n            \"hidden_from_nav_menu\": \"false\", //不在导航菜单中显示\n            \"access_enabled\": \"false\" //访问控制\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/:page_id","description":"<p>返回字段说明同页面添加</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages",":page_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"212","key":"site_id"},{"description":{"content":"<p>页面id</p>\n","type":"text/plain"},"type":"any","value":"6565","key":"page_id"}]}},"response":[],"_postman_id":"15170982-95e6-4742-a531-89633fa39f6b"},{"name":"删除页面","id":"e22f2ce6-133b-432f-8378-b22f8325fb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/sites/:site_id/pages/:page_id","description":"<p>返回字段说明同页面添加</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["sites",":site_id","pages",":page_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>站点id</p>\n","type":"text/plain"},"type":"any","value":"","key":"site_id"},{"description":{"content":"<p>页面id</p>\n","type":"text/plain"},"type":"any","value":"","key":"page_id"}]}},"response":[],"_postman_id":"e22f2ce6-133b-432f-8378-b22f8325fb4d"}],"id":"eed60b36-79c6-4b01-a42b-849a0c877aed","_postman_id":"eed60b36-79c6-4b01-a42b-849a0c877aed","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}}],"id":"8a526150-b967-4d00-8eb0-24252979f813","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3fd64c3a-cd5d-4193-8deb-cf009427c128"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0a1059d8-7231-4def-8def-ab26a1212f92"}}],"_postman_id":"8a526150-b967-4d00-8eb0-24252979f813","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"模版库","item":[{"name":"获取模版列表","id":"e09ece62-28af-447f-957a-16d80aa99fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/themes?from=public&scope=cms&page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>模版名称</td>\n</tr>\n<tr>\n<td>scope</td>\n<td>Boolean</td>\n<td>模版类型</td>\n</tr>\n<tr>\n<td>public</td>\n<td>Boolean</td>\n<td>是否公开</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["themes"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>org: 组织所有的模版； public：公共模版</p>\n","type":"text/plain"},"key":"from","value":"public"},{"description":{"content":"<p>模版创建应用的类型: cms、wiki</p>\n","type":"text/plain"},"key":"scope","value":"cms"},{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"e09ece62-28af-447f-957a-16d80aa99fcc"}],"id":"462b38cb-7b3f-4a39-b7b3-d256ca598378","_postman_id":"462b38cb-7b3f-4a39-b7b3-d256ca598378","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"管理组织","item":[{"name":"用户","item":[{"name":"用户列表","id":"7c79e99e-ba61-407d-b7b6-1f9c8fd11ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/users","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>organization_id</td>\n<td>Integer</td>\n<td>组织id</td>\n</tr>\n<tr>\n<td>nick_name</td>\n<td>String</td>\n<td>昵称</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td>String</td>\n<td>邮箱</td>\n</tr>\n<tr>\n<td>mobile_phone</td>\n<td>String</td>\n<td>手机号码</td>\n</tr>\n<tr>\n<td>password_updated_at</td>\n<td>Datetime</td>\n<td>密码更新时间</td>\n</tr>\n<tr>\n<td>profile</td>\n<td>Json</td>\n<td>个人资料</td>\n</tr>\n<tr>\n<td>profile_updated_at</td>\n<td>Datetime</td>\n<td>个人资料</td>\n</tr>\n<tr>\n<td>preferences</td>\n<td>Json</td>\n<td>偏好设置</td>\n</tr>\n<tr>\n<td>locked</td>\n<td>Boolean</td>\n<td>是否锁定</td>\n</tr>\n<tr>\n<td>locked_at</td>\n<td>Datetime</td>\n<td>锁定时间</td>\n</tr>\n<tr>\n<td>locked_by_id</td>\n<td>Integer</td>\n<td>锁定管理员id</td>\n</tr>\n<tr>\n<td>sign_in_count</td>\n<td>Integer</td>\n<td>登录次数</td>\n</tr>\n<tr>\n<td>current_sign_in_ip</td>\n<td>Inet</td>\n<td>当前登录IP</td>\n</tr>\n<tr>\n<td>current_sign_in_at</td>\n<td>Datetime</td>\n<td>当前登录时间</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>Boolean</td>\n<td>是否注销</td>\n</tr>\n<tr>\n<td>cancelled_at</td>\n<td>Datetime</td>\n<td>注销时间</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datetime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datetime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users"],"host":["https://open.baklib.com/api/v1"],"query":[{"disabled":true,"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":""},{"disabled":true,"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":""}],"variable":[]}},"response":[],"_postman_id":"7c79e99e-ba61-407d-b7b6-1f9c8fd11ff3"},{"name":"更新用户数据","id":"64b429b9-db69-45bd-a746-737c9a5b5683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][mobile_phone]","value":"","description":"<p>手机号（可选 携带key及代表需要更新）</p>\n","type":"text","disabled":true},{"key":"data[attributes][email_address]","value":"","description":"<p>邮箱（可选 携带key及代表需要更新）</p>\n","type":"text","disabled":true},{"key":"data[attributes][language]","value":"","description":"<p>语言（默认 简体中文，可选 携带key及代表需要更新）</p>\n","type":"text","disabled":true},{"key":"data[attributes][time_zone]","value":"","description":"<p>时区（默认 北京，可选 携带key及代表需要更新）</p>\n","type":"text","disabled":true}]},"url":"https://open.baklib.com/api/v1/users/:user_id","description":"<p>返回字段说明同用户列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users",":user_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>用户ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"64b429b9-db69-45bd-a746-737c9a5b5683"}],"id":"3cd5d7c7-767b-4ab2-840f-c192079f954d","_postman_id":"3cd5d7c7-767b-4ab2-840f-c192079f954d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"成员","item":[{"name":"组织成员/列表","id":"6509278b-cb84-4941-926e-a7b87e62fe40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/members?page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>成员名称</td>\n</tr>\n<tr>\n<td>avatar_url</td>\n<td>Boolean</td>\n<td>头像url</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>是否禁用</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td>String</td>\n<td>邮箱</td>\n</tr>\n<tr>\n<td>mobile_phone</td>\n<td>String</td>\n<td>电话号码</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Integer</td>\n<td>用户id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["members"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6509278b-cb84-4941-926e-a7b87e62fe40"},{"name":"组织成员/添加","id":"b85f23f1-457b-4870-9519-1d9601354bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"phone_or_email\": \"xx.com\", // 电话号码或邮箱\n            \"alias_name\": \"测试name\" //别名\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/members","description":"<p>返回字段说明同成员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["members"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b85f23f1-457b-4870-9519-1d9601354bb6"},{"name":"组织成员/查看","id":"8b530bad-b2d3-4ec7-984c-72e0b3643656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/members/:member_id","description":"<p>返回字段说明同成员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["members",":member_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>成员id</p>\n","type":"text/plain"},"type":"any","value":"","key":"member_id"}]}},"response":[],"_postman_id":"8b530bad-b2d3-4ec7-984c-72e0b3643656"},{"name":"组织成员/启用","id":"4710f72d-a593-4ce0-ac3b-42f43ef601b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://open.baklib.com/api/v1/members/:member_id/enable","description":"<p>返回字段说明同成员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["members",":member_id","enable"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>成员id</p>\n","type":"text/plain"},"type":"any","value":"","key":"member_id"}]}},"response":[],"_postman_id":"4710f72d-a593-4ce0-ac3b-42f43ef601b9"},{"name":"组织成员/禁用","id":"e06b1187-cab5-4610-9170-43e216ca2881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/members/:member_id/disable","description":"<p>返回字段说明同成员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["members",":member_id","disable"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>成员id</p>\n","type":"text/plain"},"type":"any","value":"","key":"member_id"}]}},"response":[],"_postman_id":"e06b1187-cab5-4610-9170-43e216ca2881"},{"name":"组织成员/修改","id":"b82d6b55-bf74-4fb6-9974-03724ae4847f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"alias_name\": \"name1\" //别名\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/members/:member_id","description":"<p>返回字段说明同成员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["members",":member_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>成员id</p>\n","type":"text/plain"},"type":"any","value":"","key":"member_id"}]}},"response":[],"_postman_id":"b82d6b55-bf74-4fb6-9974-03724ae4847f"}],"id":"1cead8a2-0d6d-48fb-a75b-4862393a12bc","event":[{"listen":"prerequest","script":{"id":"257c4c4e-0f01-4c87-aa17-7e7655e540b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cbd5eb96-113a-4223-97a8-83f1d5871f05","type":"text/javascript","exec":[""]}}],"_postman_id":"1cead8a2-0d6d-48fb-a75b-4862393a12bc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"团队","item":[{"name":"团队列表","id":"c40163e7-e7d2-4d5d-8f40-a6f643c192cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/groups?page[number]=6&page[size]=5","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>团队名称</td>\n</tr>\n<tr>\n<td>employees_count</td>\n<td>Integer</td>\n<td>团队雇员人数</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Integer</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Array</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","groups"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"6"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"5"}],"variable":[]}},"response":[],"_postman_id":"c40163e7-e7d2-4d5d-8f40-a6f643c192cd"},{"name":"添加团队","id":"7ccd2e1e-a2f5-4ca0-9488-f1ddc791199d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\":{\n            \"name\": \"团队名称\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/organizations/groups","description":"<p>返回字段同团队列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","groups"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ccd2e1e-a2f5-4ca0-9488-f1ddc791199d"},{"name":"查看团队","id":"c4189c9a-fb5f-4ae7-abba-d2a513d8f2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/groups/:group_id","description":"<p>返回字段同团队列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","groups",":group_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>团队id</p>\n","type":"text/plain"},"type":"any","value":"","key":"group_id"}]}},"response":[],"_postman_id":"c4189c9a-fb5f-4ae7-abba-d2a513d8f2fd"},{"name":"修改团队","id":"067d9ba2-0c69-4c0c-a5cd-ab4201d1b204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\":{\n            \"name\": \"团队名称\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/organizations/groups/:group_id","description":"<p>返回字段同团队列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","groups",":group_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>团队id</p>\n","type":"text/plain"},"type":"any","value":"","key":"group_id"}]}},"response":[],"_postman_id":"067d9ba2-0c69-4c0c-a5cd-ab4201d1b204"},{"name":"删除团队","id":"a3744912-6bb8-4c0c-8132-02b24def64a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/organizations/groups/:group_id","description":"<p>返回字段同团队列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","groups",":group_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>团队id</p>\n","type":"text/plain"},"type":"any","value":"","key":"group_id"}]}},"response":[],"_postman_id":"a3744912-6bb8-4c0c-8132-02b24def64a9"}],"id":"52ac0cac-40a9-4fa5-b898-9a0be36fb674","_postman_id":"52ac0cac-40a9-4fa5-b898-9a0be36fb674","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"部门","item":[{"name":"部门列表","id":"1e5b1d4a-8a16-43eb-adaf-13210c166c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/organizations/departments?page[number]=6&page[size]=5","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>部门名称</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Integer</td>\n<td>父部门id</td>\n</tr>\n<tr>\n<td>employees_count</td>\n<td>Integer</td>\n<td>部门雇员数量</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datetime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datetime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","departments"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"6"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"5"},{"disabled":true,"description":{"content":"<p>父部门id</p>\n","type":"text/plain"},"key":"parent_id","value":"994393196"}],"variable":[]}},"response":[],"_postman_id":"1e5b1d4a-8a16-43eb-adaf-13210c166c7f"},{"name":"部门列表-一级","id":"5fab3398-4f2e-4937-91af-ae36436d39f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/departments?parent_id=0","description":"<p>返回字段说明同部门列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","departments"],"host":["https://open.baklib.com/api/v1"],"query":[{"key":"parent_id","value":"0"}],"variable":[]}},"response":[],"_postman_id":"5fab3398-4f2e-4937-91af-ae36436d39f4"},{"name":"添加部门","id":"e9b02924-c0af-45ab-8300-164c06ab5c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][name]","value":"tttt","description":"<p>部门名称</p>\n","type":"text"},{"key":"data[attributes][parent_id]","value":"1","description":"<p>父部门id</p>\n","type":"text"}]},"url":"https://open.baklib.com/api/v1/organizations/departments","description":"<p>返回字段说明同部门列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","departments"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9b02924-c0af-45ab-8300-164c06ab5c81"},{"name":"查看部门","id":"d729a1e2-6071-44fd-862a-6e3ff6ef52ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/departments/:department_id","description":"<p>返回字段说明同部门列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","departments",":department_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>部门id</p>\n","type":"text/plain"},"type":"any","value":"168","key":"department_id"}]}},"response":[],"_postman_id":"d729a1e2-6071-44fd-862a-6e3ff6ef52ea"},{"name":"修改部门","id":"cd163c5c-d499-4c08-b665-fd516fe35ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":"https://open.baklib.com/api/v1/organizations/departments/:department_id","description":"<p>返回字段说明同部门列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","departments",":department_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>部门id</p>\n","type":"text/plain"},"type":"any","value":"1","key":"department_id"}]}},"response":[],"_postman_id":"cd163c5c-d499-4c08-b665-fd516fe35ae0"},{"name":"删除部门","id":"042bb277-e589-40a5-9784-679cc78b175c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/organizations/departments/:department_id","description":"<p>返回字段说明同部门列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","departments",":department_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>部门id</p>\n","type":"text/plain"},"type":"any","value":"","key":"department_id"}]}},"response":[],"_postman_id":"042bb277-e589-40a5-9784-679cc78b175c"}],"id":"3336377e-4878-4f07-9ced-770372d3f5c7","_postman_id":"3336377e-4878-4f07-9ced-770372d3f5c7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"雇员","item":[{"name":"雇员列表","id":"717df1b0-586d-47a2-a3db-620ce216091c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/employees?department_id=134&group_id=706254879&page[number]=6&page[size]=5","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>团队名称</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Integer</td>\n<td>团队雇员人数</td>\n</tr>\n<tr>\n<td>email_address</td>\n<td>Integer</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>mobile_phone</td>\n<td>Array</td>\n<td>更新时间</td>\n</tr>\n<tr>\n<td>employee_number</td>\n<td>String</td>\n<td>团队名称</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Integer</td>\n<td>团队雇员人数</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Integer</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>mobile_phone</td>\n<td>Array</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","employees"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>部门id</p>\n","type":"text/plain"},"key":"department_id","value":"134"},{"description":{"content":"<p>团队id</p>\n","type":"text/plain"},"key":"group_id","value":"706254879"},{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"6"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"5"}],"variable":[]}},"response":[],"_postman_id":"717df1b0-586d-47a2-a3db-620ce216091c"},{"name":"添加雇员","id":"e8a74052-ffe7-495f-bc3f-49bc01cc2b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\":{\n            \"name\": \"t15\",\n            \"gender\": \"female\",\n            \"email_address\": null,\n            \"mobile_phone\": null,\n            \"employee_number\": null,\n            \"position_ids\": null,\n            \"department_ids\": null,\n            \"group_ids\": null\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/organizations/employees","description":"<p>返回字段说明同雇员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","employees"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8a74052-ffe7-495f-bc3f-49bc01cc2b23"},{"name":"查看雇员","id":"c081e68b-65ce-48c2-a797-7d87205fb2cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/organizations/employees/:employee_id","description":"<p>返回字段说明同雇员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","employees",":employee_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>雇员id</p>\n","type":"text/plain"},"type":"any","value":"1053","key":"employee_id"}]}},"response":[],"_postman_id":"c081e68b-65ce-48c2-a797-7d87205fb2cc"},{"name":"修改雇员","id":"2a23a037-f3bd-4f29-aa50-7f23d161d7ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\":{\n            \"name\": \"t15\",\n            \"gender\": \"female\",\n            \"email_address\": null,\n            \"mobile_phone\": null,\n            \"employee_number\": null,\n            \"position_ids\": null,\n            \"department_ids\": null,\n            \"group_ids\": [25,26]\n        }\n    }\n}"},"url":"https://open.baklib.com/api/v1/organizations/employees/:employee_id","description":"<p>返回字段说明同雇员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","employees",":employee_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>雇员id</p>\n","type":"text/plain"},"type":"any","value":"1053","key":"employee_id"}]}},"response":[],"_postman_id":"2a23a037-f3bd-4f29-aa50-7f23d161d7ce"},{"name":"删除雇员","id":"ee6d0def-4502-45ab-bd37-865556962ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/organizations/employees/:employee_id","description":"<p>返回字段说明同雇员列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","employees",":employee_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>雇员id</p>\n","type":"text/plain"},"type":"any","value":"","key":"employee_id"}]}},"response":[],"_postman_id":"ee6d0def-4502-45ab-bd37-865556962ad7"}],"id":"502bd037-767e-4505-9c8d-0716faa4de06","_postman_id":"502bd037-767e-4505-9c8d-0716faa4de06","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"职位类型","item":[{"name":"职位类型列表","id":"1d1de383-b3b8-4f00-be71-4f0e29551cd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/organizations/position_types?page[number]=6&page[size]=5","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>职位类型名称</td>\n</tr>\n<tr>\n<td>ordinal</td>\n<td>Integer</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","position_types"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"6"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"5"}],"variable":[]}},"response":[],"_postman_id":"1d1de383-b3b8-4f00-be71-4f0e29551cd1"},{"name":"添加职位类型","id":"e6646119-9430-42c6-a983-759fe999983a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][name]","value":"lo","type":"text","description":"<p>职位类型名称</p>\n"}]},"url":"https://open.baklib.com/api/v1/organizations/position_types","description":"<p>返回字段说明同职位类型列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","position_types"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6646119-9430-42c6-a983-759fe999983a"},{"name":"查看职位类型","id":"999b6ea1-3e5c-4892-971d-f11ec3a77718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/position_types/:position_type_id","description":"<p>返回字段说明同职位类型列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","position_types",":position_type_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>职位类型id</p>\n","type":"text/plain"},"type":"any","value":"","key":"position_type_id"}]}},"response":[],"_postman_id":"999b6ea1-3e5c-4892-971d-f11ec3a77718"},{"name":"修改职位类型","id":"de2450d6-fc03-4029-aa18-86c71f95a4c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][name]","value":"uu","type":"text"}]},"url":"https://open.baklib.com/api/v1/organizations/position_types/:position_type_id","description":"<p>返回字段说明同职位类型列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","position_types",":position_type_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>职位类型id</p>\n","type":"text/plain"},"type":"any","value":"","key":"position_type_id"}]}},"response":[],"_postman_id":"de2450d6-fc03-4029-aa18-86c71f95a4c6"},{"name":"删除职位类型","id":"d9c79c72-6bc6-4dfd-a54a-02945d3e4748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/organizations/position_types/:position_type_id","description":"<p>返回字段说明同职位类型列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","position_types",":position_type_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>职位类型id</p>\n","type":"text/plain"},"type":"any","value":"","key":"position_type_id"}]}},"response":[],"_postman_id":"d9c79c72-6bc6-4dfd-a54a-02945d3e4748"}],"id":"906b4252-7ff3-45ae-b8d1-d8ee4377ef00","_postman_id":"906b4252-7ff3-45ae-b8d1-d8ee4377ef00","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"职位","item":[{"name":"职位列表","id":"bc09679b-1500-4235-ad0d-915da65c4a2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/organizations/positions?page[number]=6&page[size]=5","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>职位类型名称</td>\n</tr>\n<tr>\n<td>organization_id</td>\n<td>Integer</td>\n<td>所属组织id</td>\n</tr>\n<tr>\n<td>position_type_id</td>\n<td>Integer</td>\n<td>所属职位类型id</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","positions"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"6"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"5"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"bc09679b-1500-4235-ad0d-915da65c4a2c"},{"name":"添加职位","id":"cce44431-9525-4559-8a99-9b5a3cd29f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][name]","value":"ooo0","type":"text","description":"<p>职位名称</p>\n"},{"key":"data[attributes][position_type_id]","value":"3","type":"text","description":"<p>所属职位类型id</p>\n"}]},"url":"https://open.baklib.com/api/v1/organizations/positions","description":"<p>返回字段说明同职位列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","positions"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cce44431-9525-4559-8a99-9b5a3cd29f78"},{"name":"查看职位","id":"96c89eaf-0c2f-40ab-9d45-0e7df5c2d46b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/organizations/positions/:position_id","description":"<p>返回字段说明同职位列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","positions",":position_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>职位id</p>\n","type":"text/plain"},"type":"any","value":"17","key":"position_id"}]}},"response":[],"_postman_id":"96c89eaf-0c2f-40ab-9d45-0e7df5c2d46b"},{"name":"修改职位","id":"33375821-72fe-4a7c-8ed3-d4690bc93c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][name]","value":"销售1","type":"text","description":"<p>职位名称</p>\n"},{"key":"data[attributes][position_type_id]","value":"","type":"text","description":"<p>所属职位类型id</p>\n"}]},"url":"https://open.baklib.com/api/v1/organizations/positions/:position_id","description":"<p>返回字段说明同职位列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","positions",":position_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>职位id</p>\n","type":"text/plain"},"type":"any","value":"17","key":"position_id"}]}},"response":[],"_postman_id":"33375821-72fe-4a7c-8ed3-d4690bc93c0d"},{"name":"删除职位","id":"f4cedb62-a59a-4bfd-a1e2-001bdb2de3bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/organizations/positions/:position_id","description":"<p>返回字段说明同职位列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["organizations","positions",":position_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>职位id</p>\n","type":"text/plain"},"type":"any","value":"","key":"position_id"}]}},"response":[],"_postman_id":"f4cedb62-a59a-4bfd-a1e2-001bdb2de3bb"}],"id":"4543662a-807b-484e-b0fd-bee36b6d31b6","_postman_id":"4543662a-807b-484e-b0fd-bee36b6d31b6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"供应商","item":[{"name":"查询供应商下的组织","id":"a637b712-bd19-4904-b763-3f5c0960ce9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/agent/organizations?page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>组织名称</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>标识</td>\n</tr>\n<tr>\n<td>full_host_with_port</td>\n<td>string</td>\n<td>组织域名地址</td>\n</tr>\n<tr>\n<td>owner_id</td>\n<td>Integer</td>\n<td>所属拥有者id</td>\n</tr>\n<tr>\n<td>avatar_url</td>\n<td>String</td>\n<td>组织头像url</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","name":"供应商","type":"folder"}},"urlObject":{"path":["agent","organizations"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"a637b712-bd19-4904-b763-3f5c0960ce9a"},{"name":"组织详细","id":"43f3819a-5ea9-4944-b938-1eb5fd670487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/agent/organizations/:organization_id","description":"<p>返回字段说明同组织列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","name":"供应商","type":"folder"}},"urlObject":{"path":["agent","organizations",":organization_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>组织id</p>\n","type":"text/plain"},"type":"any","value":"","key":"organization_id"}]}},"response":[],"_postman_id":"43f3819a-5ea9-4944-b938-1eb5fd670487"},{"name":"组织创建","id":"1fa594c0-0a62-43ca-8aed-29bfd40f67a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data[attributes][phone_or_email]","value":"","description":"<p>创建者电话号码或邮箱</p>\n","type":"text"},{"key":"data[attributes][name]","value":"","description":"<p>组织名称</p>\n","type":"text"}]},"url":"https://open.baklib.com/api/v1/agent/organizations","description":"<p>返回字段说明同组织列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","name":"供应商","type":"folder"}},"urlObject":{"path":["agent","organizations"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1fa594c0-0a62-43ca-8aed-29bfd40f67a5"}],"id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd","description":"<ul>\n<li><p><strong>此目录使用的密钥与公钥由baklib提供</strong></p>\n</li>\n<li><p><strong>供应商模仿使用其他接口，其创建所有的组织、用户使用接口</strong></p>\n<ul>\n<li><p>使用供应商密钥与公钥: hearder['Authorization'] = 'Agent pub_key:priv_key'</p>\n</li>\n<li><p>模仿组织: hearder['x-organization-id'] = 'org id'</p>\n</li>\n<li><p>模仿用户: hearder['x-user-id'] = 'user id'</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"be7a3645-fece-41ac-bf15-f15c480da209","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"18369296-0944-4473-80d7-ea36bdb2432a","type":"text/javascript","exec":[""]}}],"_postman_id":"a1f54840-ff1d-4a7e-bbd1-3edfb77732cd"},{"name":"第三方功能集成","item":[{"name":"第三方功能集成/列表","id":"6c87bc64-3897-4b8d-a332-ca98f8d2381e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-organization-id","value":"9","description":"<p>仅用于在使用供应商token时，传入组织id</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/integrations?page[number]=1&page[size]=10","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>备注信息</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>Boolean</td>\n<td>是否启用</td>\n</tr>\n<tr>\n<td>config</td>\n<td>Json</td>\n<td>配置信息</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>Datatime</td>\n<td>创建时间</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>Datatime</td>\n<td>更新时间</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations"],"host":["https://open.baklib.com/api/v1"],"query":[{"description":{"content":"<p>需要显示的页码, 默认1</p>\n","type":"text/plain"},"key":"page[number]","value":"1"},{"description":{"content":"<p>每页显示数量, 默认10, 最大不能超过50</p>\n","type":"text/plain"},"key":"page[size]","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6c87bc64-3897-4b8d-a332-ca98f8d2381e"},{"name":"第三方功能集成/添加","id":"32efd4c5-b5c8-404d-a69f-db772a7e1a75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-organization-id","value":"9","description":"<p>仅用于在使用供应商token时，传入组织id</p>\n","type":"text"}],"body":{"mode":"raw","raw":"// 请在请求body中传入参数。根据当前需要添加、修改的第三方功能筛选填写参数\n{\n    \"data\": {\n        \"attributes\": {\n            \"type\": \"corp_oauth2\", // corp_oauth2 github_oauth2 gitlab_oauth2 google_oauth2 wechat_oauth2 wechat_qiye_oauth2\n            \"note\": \"备注信息\",\n            \"app_id\": \"1\",\n            \"app_secret\": \"2\",\n            \"scope\": \"3\",\n            \"authorize_url\": \"https:baidu.com/1212\",\n            \"token_url\": \"https:baidu.com/1212\",\n            \"profile_url\": \"https:baidu.com/1212\",\n            \"profile_uid_field\": \"uid\",\n            \"profile_name_field\": \"name\",\n            \"profile_image_field\": \"image\",\n            \"provider_ignores_state\": true,\n            \"button_text\": \"logo\"\n\n            // - corp_oauth2 企业 SSO 登陆\n            // \"app_id\": \"\",\n            // \"app_secret\": \"\",\n            // \"scope\": \"\",\n            // \"authorize_url\": \"\",\n            // \"token_url\": \"\",\n            // \"profile_url\": \"\",\n            // \"profile_uid_field\": \"\",\n            // \"profile_name_field\": \"\",\n            // \"profile_image_field\": \"\",\n            // \"button_text\": \"\",\n            // -----------------\n            // - github_oauth2\n            // \"client_id\": \"\",\n            // \"client_secret\": \"\",\n            // -----------------\n            // - gitlab_oauth2\n            // \"client_id\": \"\",\n            // \"client_secret\": \"\",\n            // \"site\": \"\",\n            // -----------------\n            // - google_oauth2\n            // \"client_id\": \"\",\n            // \"client_secret\": \"\",\n            // -----------------\n            // - wechat_oauth2：微信 OAuth2\n            // \"app_id\": \"\",\n            // \"app_secret\": \"\",\n            // \"scope\": \"\"\n\n            // - wechat_qiye_oauth2：企业微信 OAuth2\n            // \"corp_id\": \"\",\n            // \"agent_id\": \"\",\n            // \"agent_secret\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/integrations","description":"<p>返回字段说明同第三方集成列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"32efd4c5-b5c8-404d-a69f-db772a7e1a75"},{"name":"第三方功能集成/查看集成记录","id":"cb62d339-dcbe-4394-87f8-914f2c8b066f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/integrations/:integration_id","description":"<p>返回字段说明同第三方集成列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>集成记录id</p>\n","type":"text/plain"},"type":"any","value":"","key":"integration_id"}]}},"response":[],"_postman_id":"cb62d339-dcbe-4394-87f8-914f2c8b066f"},{"name":"第三方功能集成/启用","id":"8afc2347-c847-44f8-b96a-8f2f18fe4c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://open.baklib.com/api/v1/integrations/:integration_id/enabled","description":"<p>返回字段说明同第三方集成列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations",":integration_id","enabled"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>集成记录id</p>\n","type":"text/plain"},"type":"any","value":"","key":"integration_id"}]}},"response":[],"_postman_id":"8afc2347-c847-44f8-b96a-8f2f18fe4c16"},{"name":"第三方功能集成/禁用","id":"360f328a-6f58-49f8-b079-038886890f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/integrations/:integration_id/disabled","description":"<p>返回字段说明同第三方集成列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations",":integration_id","disabled"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>集成记录id</p>\n","type":"text/plain"},"type":"any","value":"","key":"integration_id"}]}},"response":[],"_postman_id":"360f328a-6f58-49f8-b079-038886890f30"},{"name":"第三方功能集成/修改","id":"76590585-de41-4b77-bfbf-a647e73f783e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"// 请在请求body中传入参数。根据当前需要添加、修改的第三方功能筛选填写参数\n{\n    \"data\": {\n        \"attributes\": {\n            \"note\": \"备注信息\",\n            \"app_id\": \"1\",\n            \"app_secret\": \"2\",\n            \"scope\": \"3\",\n            \"authorize_url\": \"https:baidu.com/1212\",\n            \"token_url\": \"https:baidu.com/1212\",\n            \"profile_url\": \"https:baidu.com/1212\",\n            \"profile_uid_field\": \"uid\",\n            \"profile_name_field\": \"name\",\n            \"profile_image_field\": \"image\",\n            \"provider_ignores_state\": true,\n            \"button_text\": \"logo\"\n\n            // - corp_oauth2 企业 SSO 登陆\n            // \"app_id\": \"\",\n            // \"app_secret\": \"\",\n            // \"scope\": \"\",\n            // \"authorize_url\": \"\",\n            // \"token_url\": \"\",\n            // \"profile_url\": \"\",\n            // \"profile_uid_field\": \"\",\n            // \"profile_name_field\": \"\",\n            // \"profile_image_field\": \"\",\n            // \"button_text\": \"\",\n            // -----------------\n            // - github_oauth2\n            // \"client_id\": \"\",\n            // \"client_secret\": \"\",\n            // -----------------\n            // - gitlab_oauth2\n            // \"client_id\": \"\",\n            // \"client_secret\": \"\",\n            // \"site\": \"\",\n            // -----------------\n            // - google_oauth2\n            // \"client_id\": \"\",\n            // \"client_secret\": \"\",\n            // -----------------\n            // - wechat_oauth2：微信 OAuth2\n            // \"app_id\": \"\",\n            // \"app_secret\": \"\",\n            // \"scope\": \"\"\n\n            // - wechat_qiye_oauth2：企业微信 OAuth2\n            // \"corp_id\": \"\",\n            // \"agent_id\": \"\",\n            // \"agent_secret\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://open.baklib.com/api/v1/integrations/:integration_id","description":"<p>返回字段说明同第三方集成列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>集成记录id</p>\n","type":"text/plain"},"type":"any","value":"","key":"integration_id"}]}},"response":[],"_postman_id":"76590585-de41-4b77-bfbf-a647e73f783e"},{"name":"第三方功能集成/删除","id":"6f880e6f-99ac-4daf-bba9-e5673019db49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/integrations/:integration_id","description":"<p>返回字段说明同第三方集成列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","id":"e458f21b-a109-4245-8ebc-93299e94ae18","name":"第三方功能集成","type":"folder"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>集成记录id</p>\n","type":"text/plain"},"type":"any","value":"","key":"integration_id"}]}},"response":[],"_postman_id":"6f880e6f-99ac-4daf-bba9-e5673019db49"}],"id":"e458f21b-a109-4245-8ebc-93299e94ae18","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"e86c6ca9-1ab3-4ec8-b108-9ba672d4274e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0300d172-2d75-4aac-a3dd-72503713593a","type":"text/javascript","exec":[""]}}],"_postman_id":"e458f21b-a109-4245-8ebc-93299e94ae18","description":""}],"id":"bd24d38c-05b6-4bcf-b758-c28beaa60537","_postman_id":"bd24d38c-05b6-4bcf-b758-c28beaa60537","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"个人中心","item":[{"name":"三方账号","item":[{"name":"组织所有用户的账号绑定","id":"5ffc1254-bff0-4638-9a10-fc630c66d1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/users/connects","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>organization_id</td>\n<td>Integer</td>\n<td>所属组织id</td>\n</tr>\n<tr>\n<td>provider</td>\n<td>String</td>\n<td>第三方账号提供商</td>\n</tr>\n<tr>\n<td>oid</td>\n<td>String</td>\n<td>第三方账号唯一标识</td>\n</tr>\n<tr>\n<td>extra_info</td>\n<td>Json</td>\n<td>第三方账号信息</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>Integer</td>\n<td>所属用户id</td>\n</tr>\n<tr>\n<td>member_id</td>\n<td>Integer</td>\n<td>所属成员id</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users","connects"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ffc1254-bff0-4638-9a10-fc630c66d1a7"},{"name":"查看用户绑定的三方账号列表","id":"d4f2aa4a-d437-4ea5-8872-b6c62bd950d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/users/:user_id/connects","description":"<p>返回字段说明同组织用户的账号绑定列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users",":user_id","connects"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>用户id</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"d4f2aa4a-d437-4ea5-8872-b6c62bd950d6"},{"name":"用户绑定三方账号","id":"db744388-2070-4e30-94f2-f1319f80100d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            provider: 'corp', # 固定值\n            oid: '', # 第三方登录用户ID\n            extra_info: { # 第三方登录用户信息，字段来源于第三方配置时填写的映射字段名\n\n            }\n        }\n    }\n}"},"url":"https://open.baklib.com/api/v1/users/:user_id/connects","description":"<p>返回字段说明同组织用户的账号绑定列表</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users",":user_id","connects"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"description":{"content":"<p>用户id</p>\n","type":"text/plain"},"type":"any","value":"","key":"user_id"}]}},"response":[],"_postman_id":"db744388-2070-4e30-94f2-f1319f80100d"},{"name":"删除三方账号绑定","id":"73145125-7896-4ae5-8126-60152c125b21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://open.baklib.com/api/v1/users/:user_id/connects/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users",":user_id","connects",":id"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[{"type":"any","value":"","key":"user_id"},{"description":{"content":"<p>用户id</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"73145125-7896-4ae5-8126-60152c125b21"}],"id":"2250258b-4656-4b29-a8b1-9af13ef7f9d5","_postman_id":"2250258b-4656-4b29-a8b1-9af13ef7f9d5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}},{"name":"获取当前用户信息","id":"64e7611d-ca3f-4ca8-87db-d19081248f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://open.baklib.com/api/v1/user","description":"<p>返回字段说明</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>返回值字段</th>\n<th>字段类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>用户名称</td>\n</tr>\n<tr>\n<td>avatar_url</td>\n<td>String</td>\n<td>用户头像地址</td>\n</tr>\n<tr>\n<td>member_id</td>\n<td>Integer</td>\n<td>用户成员id</td>\n</tr>\n<tr>\n<td>department_ids</td>\n<td>Array</td>\n<td>用户所属部门</td>\n</tr>\n<tr>\n<td>group_ids</td>\n<td>Array</td>\n<td>用户所属团队</td>\n</tr>\n<tr>\n<td>language</td>\n<td>String</td>\n<td>用户语言偏好，决定用户登录后台显示语言</td>\n</tr>\n<tr>\n<td>time_zone</td>\n<td>String</td>\n<td>用户时区偏好，决定用户登录后台使用时区</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["user"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"64e7611d-ca3f-4ca8-87db-d19081248f3f"},{"name":"用户可配置的时区数据","id":"d613f562-b3d2-4c14-bf1e-435bcb807d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/users/time_zones","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users","time_zones"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d613f562-b3d2-4c14-bf1e-435bcb807d31"},{"name":"用户可配置的语言数据","id":"5c73f666-ed5b-4e17-9d57-e2279cabaab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://open.baklib.com/api/v1/users/languages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}},"urlObject":{"path":["users","languages"],"host":["https://open.baklib.com/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c73f666-ed5b-4e17-9d57-e2279cabaab2"}],"id":"0f7b07e6-7712-4596-ab4e-bc20919e9ac7","_postman_id":"0f7b07e6-7712-4596-ab4e-bc20919e9ac7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]},"isInherited":true,"source":{"_postman_id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","id":"a6d5558a-2783-4a36-b293-9c191eec7bd6","name":"Baklib Max","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"foo:bar"}]}},"event":[{"listen":"prerequest","script":{"id":"fdb164b3-a688-4f4b-84eb-7794dc761750","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a4cc9dd-7704-4a6b-a7c2-92ac1d18069b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"http://open.lvh.me:3000","type":"default","disabled":true},{"key":"base_url","value":"http://open.lvh.me:3000/api/v1/","type":"string","disabled":true},{"key":"host","value":"https://open.baklib.work","type":"string","disabled":true},{"key":"base_url","value":"http://open.lvh.me:3000/api/v1/","type":"string","disabled":true},{"key":"base_url","value":"https://open.baklib.com/api/v1","type":"string"},{"key":"host","value":"","type":"string","disabled":true},{"key":"base_url","value":"","type":"string","disabled":true},{"key":"dev_secret","value":"FvwsyeZknq8zyyLunXqKQvpm:58182f5b7797a548fa942f6ce398b091","disabled":true},{"key":"pro_secret","value":"Twbww1Kw9PGeSxcXW5sZpPY8:fa9b706b4d63b98dcf002d3a75a3ba3f","type":"string","disabled":true},{"key":"proo_secret","value":"","type":"string","disabled":true},{"key":"aqian_secret","value":"","type":"string","disabled":true},{"key":"work_secret","value":"DpHRgg1W6Wgr8RYepVTUo5ES: 1341a4c7014151559ac6e261a8e40dba","type":"string","disabled":true},{"key":"access_key","value":"foo","type":"default"},{"key":"secret_key","value":"bar","type":"default"}]}