Legacy API Reference
cURL
curl --request GET \ --url https://enterprise-api.writer.com/styleguide/page \ --header 'Authorization: <authorization>'
{ "result": [ { "id": 123, "title": "<string>", "url": "<string>", "section": { "id": 123, "title": "<string>", "url": "<string>" }, "status": "live", "order": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "updatedBy": { "id": 123, "firstName": "<string>", "lastName": "<string>", "email": "<string>" } } ], "totalCount": 123, "pagination": { "offset": 123, "limit": 123 } }
live
offline
The response is of type object.
object
Was this page helpful?