GET
/
styleguide
/
page
/
{pageId}
curl --request GET \
  --url https://enterprise-api.writer.com/styleguide/page/{pageId} \
  --header 'Authorization: <authorization>'
{
  "id": 123,
  "title": "<string>",
  "url": "<string>",
  "section": {
    "id": 123,
    "title": "<string>",
    "url": "<string>"
  },
  "status": "live",
  "order": 123,
  "content": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "updatedBy": {
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>"
  }
}

We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.

Headers

Authorization
string
required

Path Parameters

pageId
integer
required

Response

200 - application/json
id
integer
required
title
string
required
url
string
required
section
object
status
enum<string>
required
Available options:
live,
offline
order
integer
required
content
string
createdAt
string
required
updatedAt
string
required
updatedBy
object