{
"data": [
{
"id": 12,
"project_id": 7,
"parent_id": null,
"title": "Getting Started Guide",
"description": "An introduction to our onboarding process",
"slug": "getting-started-guide",
"type": "folder",
"status": "draft",
"icon": "📄",
"color": "#4F46E5",
"public_cover_image_url": "https://example.com/cover.png",
"sort": 0,
"autosave": false,
"general_access": "everyone",
"tiptap_document_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"is_public": false,
"public_id": "abc123",
"has_unpublished_changes": false,
"can_review": false,
"requires_approval": false,
"has_active_approval_instance": false,
"can_publish_directly": true,
"has_approval_for_current_draft": false,
"first_published_at": "2019-08-24T14:15:22.123Z",
"first_published_by": {
"id": 1,
"name": "Jane Doe",
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"public_image_url": "https://example.com/avatar.png",
"role": "admin",
"initials": "JD",
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"last_published_at": "2019-08-24T14:15:22.123Z",
"last_published_by": {
"id": 1,
"name": "Jane Doe",
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"public_image_url": "https://example.com/avatar.png",
"role": "admin",
"initials": "JD",
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-15T12:00:00Z",
"deleted_at": "2019-08-24T14:15:22.123Z",
"can_edit": true,
"can_publish": true,
"can_delete": false,
"author": {
"id": 1,
"name": "Jane Doe",
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"public_image_url": "https://example.com/avatar.png",
"role": "admin",
"initials": "JD",
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"current_document": {
"id": 55,
"source_item_id": 12,
"title": "Getting Started Guide",
"contents": "<h1>Getting Started</h1><p>Welcome to the guide.</p>",
"json_content": {
"type": "doc",
"content": [
{}
]
},
"status": "draft",
"is_current": true,
"version": 3,
"version_note": "Major revision",
"tiptap_version": 2,
"word_count": 420,
"read_time_minutes": 2,
"featured_in_updates": false,
"published_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"latest_draft": {
"id": 55,
"source_item_id": 12,
"title": "Getting Started Guide",
"contents": "<h1>Getting Started</h1><p>Welcome to the guide.</p>",
"json_content": {
"type": "doc",
"content": [
{}
]
},
"status": "draft",
"is_current": true,
"version": 3,
"version_note": "Major revision",
"tiptap_version": 2,
"word_count": 420,
"read_time_minutes": 2,
"featured_in_updates": false,
"published_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
},
"source_documents": [
{
"id": 55,
"source_item_id": 12,
"title": "Getting Started Guide",
"contents": "<h1>Getting Started</h1><p>Welcome to the guide.</p>",
"json_content": {
"type": "doc",
"content": [
{}
]
},
"status": "draft",
"is_current": true,
"version": 3,
"version_note": "Major revision",
"tiptap_version": 2,
"word_count": 420,
"read_time_minutes": 2,
"featured_in_updates": false,
"published_at": "2019-08-24T14:15:22.123Z",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"parent": {},
"parents": [
{}
],
"parent_ids": [
0
],
"children_count": 4,
"acknowledgments_count": 10,
"acknowledgments_acknowledged_count": 7,
"is_favorite": true
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 15,
"to": 15,
"total": 72
},
"links": {
"first": "http://localhost/api/v1/spaces/7/source-items?page=1",
"last": "http://localhost/api/v1/spaces/7/source-items?page=5",
"prev": "string",
"next": "http://localhost/api/v1/spaces/7/source-items?page=2"
}
}