Page details
curl --request GET \
--url https://enterprise-api.writer.com/styleguide/page/{pageId} \
--header 'Authorization: <authorization>'import requests
url = "https://enterprise-api.writer.com/styleguide/page/{pageId}"
headers = {"Authorization": "<authorization>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<authorization>'}};
fetch('https://enterprise-api.writer.com/styleguide/page/{pageId}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"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>"
},
"content": "<string>",
"updatedBy": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>"
}
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}Styleguide
Page details
GET
/
styleguide
/
page
/
{pageId}
Page details
curl --request GET \
--url https://enterprise-api.writer.com/styleguide/page/{pageId} \
--header 'Authorization: <authorization>'import requests
url = "https://enterprise-api.writer.com/styleguide/page/{pageId}"
headers = {"Authorization": "<authorization>"}
response = requests.get(url, headers=headers)
print(response.text)const options = {method: 'GET', headers: {Authorization: '<authorization>'}};
fetch('https://enterprise-api.writer.com/styleguide/page/{pageId}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"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>"
},
"content": "<string>",
"updatedBy": {
"id": 123,
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>"
}
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}{
"tpe": "<string>",
"extras": "<unknown>",
"errors": [
{
"description": "<string>",
"key": "<string>",
"extras": "<unknown>"
}
]
}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
Path Parameters
Response
Available options:
live, offline Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I