-
Notifications
You must be signed in to change notification settings - Fork 0
Response Shapes
ssavutu edited this page Mar 15, 2026
·
5 revisions
{
"items": [],
"limit": 20,
"offset": 0,
"total": 143,
"has_more": true
}{
"id": 123,
"display_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe"
}{
"id": 456,
"title": "New CMS Launch",
"authors": [
{
"id": 123,
"display_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe"
}
],
"published_at": "2026-03-11T18:25:43Z",
"categories": ["engineering"],
"excerpt": "Short summary text",
"photo_url": "https://cdn.example.com/image.jpg",
"slug": "new-cms-launch",
"status": "published",
"is_featured": false
}{
"id": 201,
"file_name": "hero-banner.jpg",
"url": "https://cdn.example.com/media/hero-banner.jpg",
"mime_type": "image/jpeg",
"size_bytes": 482193,
"alt_text": "Homepage hero banner",
"width": 1920,
"height": 1080
}{
"id": 201,
"file_name": "hero-banner.jpg",
"url": "https://cdn.example.com/media/hero-banner.jpg",
"mime_type": "image/jpeg",
"size_bytes": 482193,
"width": 1920,
"height": 1080,
"alt_text": "Homepage hero banner"
}{
"id": 201,
"file_name": "hero-banner.jpg",
"url": "https://cdn.example.com/media/hero-banner.jpg",
"mime_type": "image/jpeg",
"size_bytes": 482193,
"width": 1920,
"height": 1080,
"alt_text": "Homepage hero banner",
"caption": "Spring launch campaign",
"created_at": "2026-03-11T18:25:43Z",
"updated_at": "2026-03-11T18:25:43Z"
}{
"new": [],
"developing_stories": [],
"columns": [],
"major_sections": [
{
"section_slug": "news",
"section_name": "News",
"items": []
}
]
}-
new:ArticleOverview[](13 max) -
developing_stories:ArticleOverview[](5 max) -
columns:ArticleOverview[](5 max) -
major_sections[].items:ArticleOverview[](5 max each)
{
"items": [],
"limit": 20,
"offset": 0,
"total": 143,
"has_more": true
}-
items:Author[]
{
"id": 123,
"display_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"email": "jane@example.com",
"created_at": "2026-03-11T18:25:43Z",
"updated_at": "2026-03-11T18:25:43Z"
}{
"items": [],
"limit": 20,
"offset": 0,
"total": 55,
"has_more": true
}-
items:ArticleOverview[]
{
"items": [],
"limit": 20,
"offset": 0,
"total": 85,
"has_more": true
}-
items:ArticleOverview[]
{
"section": {
"slug": "news",
"name": "News"
},
"subsections": [
{
"slug": "local",
"name": "Local"
},
{
"slug": "world",
"name": "World"
}
],
"articles": {
"items": [],
"limit": 20,
"offset": 0,
"total": 85,
"has_more": true
}
}{
"subsection": {
"slug": "lovetriangle",
"name": "Love Triangle",
"section_slug": "columns"
},
"articles": {
"items": [],
"limit": 20,
"offset": 0,
"total": 23,
"has_more": true
}
}{
"items": [],
"limit": 20,
"offset": 0,
"total": 812,
"has_more": true
}-
items:MediaOverview[]
Media
{
"items": [
{
"id": 201,
"file_name": "hero-banner.jpg",
"url": "https://cdn.example.com/media/hero-banner.jpg",
"alt_text": "Homepage hero banner",
"width": 1920,
"height": 1080,
"mime_type": "image/jpeg"
}
],
"limit": 60,
"offset": 0,
"total": 812,
"has_more": true
}