Legacy API Reference
cURL
curl --request GET \ --url https://enterprise-api.writer.com/styleguide/page \ --header 'Authorization: <authorization>'
{ "totalCount": 123, "pagination": { "offset": 123, "limit": 123 }, "result": [ { "id": 123, "title": "<string>", "url": "<string>", "order": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "section": { "id": 123, "title": "<string>", "url": "<string>" }, "updatedBy": { "id": 123, "firstName": "<string>", "lastName": "<string>", "email": "<string>" } } ] }
Documentation IndexFetch the complete documentation index at: https://dev.writer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.writer.com/llms.txt
Use this file to discover all available pages before exploring further.
live
offline
Show child attributes
Was this page helpful?