内容页列表(协议/法务页;匿名可读,恒只出 published;slug/title/时间,无正文)
GET
/v1/content-pages
const url = 'https://api.tansr.com/v1/content-pages';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.tansr.com/v1/content-pagesResponses
Section titled “Responses”列表
Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。