Presentation API
Manage resources and operations related to presentations. Create, rename, delete, restore, duplicate, list, and search presentation documents.
GET List Presentations
GET https://show.zoho.com/api/v1/presentation
Required Scopes:
Returns a paginated list of the caller's presentations, with filtering and sorting options. No default values are defined for count, ascending, or sort_by; pass them explicitly when a specific page size or order is required.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| type | integer | Optional | Which listing to return. Allowed values: 0 = presentations you own (default), 1 = presentations shared with you, 2 = trashed presentations. |
| fields | string | Optional | Comma-separated response fields to include. Allowed values: document_id, description, last_author_name, document_name, author_display_name, last_modified_time, resource_id, theme_name, document_url. |
| from | integer | Optional | Zero-based offset for pagination. |
| count | integer | Optional | Maximum number of records to return. Allowed range: 0-50. |
| ascending | boolean | Optional | Sort order flag. Use true for ascending order and false for descending order. |
| sort_by | integer | Optional | Field to sort by. Allowed values: 0 = last modified time (default), 1 = date created, 2 = name, 3 = last modified time (shared time on shared listings). |
| team_id | integer | Optional | Team or workspace id used to scope the request. |
Samples
Responses
{
"data": {
"total_count": "950",
"resources": [
{
"document_name": "Untitled Presentation",
"last_modified_time": "1782470710069",
"theme_name": "8114000000832732",
"description": "",
"resource_id": "kv3z9769b92bc7fc34a1db5698de7e94533cd",
"document_id": "106689000002400194",
"author_display_name": "Jane Smith",
"document_url": "https://show.zoho.com/show/open/kv3z9769b92bc7fc34a1db5698de7e94533cd",
"last_author_name": "Jane Smith"
},
{
"document_name": "UI Test Deck",
"last_modified_time": "1782470704979",
"theme_name": "8114000000832732",
"description": "",
"resource_id": "kv3z914f57a8b306f4671890342b5da710a1c",
"document_id": "106689000002400143",
"author_display_name": "Jane Smith",
"document_url": "https://show.zoho.com/show/open/kv3z914f57a8b306f4671890342b5da710a1c",
"last_author_name": "Jane Smith"
},
{
"document_name": "Untitled Presentation",
"last_modified_time": "1782470551843",
"theme_name": "8114000000832732",
"description": "",
"resource_id": "kv3z9a6a7eec9db4642d5a9f06b69211427f2",
"document_id": "106689000002400092",
"author_display_name": "Jane Smith",
"document_url": "https://show.zoho.com/show/open/kv3z9a6a7eec9db4642d5a9f06b69211427f2",
"last_author_name": "Jane Smith"
},
{
"document_name": "UI Test Deck",
"last_modified_time": "1782470546759",
"theme_name": "8114000000832732",
"description": "",
"resource_id": "kv3z9e4294d74a487435a8d8ebc5d433f1665",
"document_id": "106689000002400041",
"author_display_name": "Jane Smith",
"document_url": "https://show.zoho.com/show/open/kv3z9e4294d74a487435a8d8ebc5d433f1665",
"last_author_name": "Jane Smith"
},
{
"document_name": "Untitled Presentation",
"last_modified_time": "1782470065721",
"theme_name": "8114000000832732",
"description": "",
"resource_id": "kv3z99cc8010735144dab8e2d780c52eedc77",
"document_id": "106689000002397554",
"author_display_name": "Jane Smith",
"document_url": "https://show.zoho.com/show/open/kv3z99cc8010735144dab8e2d780c52eedc77",
"last_author_name": "Jane Smith"
}
]
},
"message": "Getting presentation list",
"request_uri": "/api/v1/presentation",
"status": "success"
}
Code Examples
curl -X GET "https://show.zoho.com/api/v1/presentation?type=2&fields=resource_id,document_name,last_modified_time&from=0&count=5&ascending=true&sort_by=2&team_id=66855841" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"
GET Get Presentation Meta
GET https://show.zoho.com/api/v1/presentation/{rid}/meta
Required Scopes:
Returns a complete read-only snapshot of a presentation, including its metadata, slides, masters, layouts, and theme references. Use this endpoint to retrieve a full read snapshot before rendering presentation views, syncing local state, or deciding which slide, layout, or object ids to address next. The response is read-only and reflects the latest saved document state visible to the caller. For narrower reads, use the list endpoints for slides, masters, layouts, or element collections instead of loading the full presentation graph.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| rid | string | Required | Resource id of the presentation. The caller must have the appropriate permission on this presentation. |
Samples
Responses
{
"data": {
"slides": [
{
"slide_id": "16a4498f-c37f-4ba0-af74-07935a76996c",
"content": {
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "28859497-f5bf-4c60-bc85-853d79c5d06f"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "bbc20ed0-3d64-44fa-8d7d-7e7a4d8cf82c"
}
]
}
}
],
"meta": {
"name": "Meta Test Deck"
},
"masters": [
{
"master_id": "e8f90363-905a-4d13-840f-504efd08c626",
"theme_data": {
"stroke_scheme": {
"simple": {
"jointype": "MITER",
"width": 1,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
},
"moderate": {
"jointype": "MITER",
"width": 2,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
},
"heavy": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"background_fill_scheme": {
"simple": {
"solid": {
"color": {
"rgb": {}
}
}
},
"moderate": {
"gradient": {}
},
"heavy": {
"gradient": {
"type": "RADIAL"
}
}
},
"color_scheme": {
"background_color4": {
"rgb": {
"red": 33,
"green": 52,
"blue": 55
}
},
"accent_color1": {
"rgb": {
"red": 145,
"green": 204,
"blue": 75
}
},
"background_color2": {
"rgb": {}
},
"background_color3": {
"rgb": {
"red": 234,
"green": 232,
"blue": 223
}
},
"accent_color3": {
"rgb": {
"red": 234,
"green": 126,
"blue": 98
}
},
"accent_color2": {
"rgb": {
"red": 133,
"green": 209,
"blue": 221
}
},
"accent_color5": {
"rgb": {
"red": 244,
"green": 162,
"blue": 71
}
},
"accent_color4": {
"rgb": {
"red": 240,
"green": 208,
"blue": 89
}
},
"accent_color6": {
"rgb": {
"red": 162,
"green": 115,
"blue": 132
}
},
"background_color1": {
"rgb": {
"red": 255,
"green": 255,
"blue": 255
}
}
},
"fill_scheme": {
"simple": {
"solid": {
"color": {
"rgb": {}
}
}
},
"moderate": {
"gradient": {}
},
"heavy": {
"gradient": {}
}
},
"font_scheme": {
"major_font": "OSP DIN",
"minor_font": "Georgia"
}
},
"theme_id": "Bold",
"layouts": [
{
"layout_id": "10bd9a76-0b72-4f5a-8afe-b3beec80db3e",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"snip_rectangle": {},
"type": "SNIP_RECTANGLE"
},
"properties": {
"layout": {
"top": 69,
"left": 52.444622,
"width": 854.2216,
"flipv": true,
"height": 597.4444
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "6ef5579e-1b5f-4777-9662-8726c2dc481a"
},
{
"id": "22c61ebe-6acc-4962-b980-2c61f3c266c0",
"picture": {
"media": {
"local_id": "55d70acf-23f3-47c5-a70e-49c8c9d27a09"
},
"properties": {
"layout": {
"top": 69.33365,
"left": 53,
"width": 852,
"height": 597.3334
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 229.77754,
"left": 114.33291,
"width": 720.0325,
"height": 312.88913
}
}
},
"id": "afee2455-b12f-4a6f-909b-f60611c56e49"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master subtitle style"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 112.33312,
"left": 114.33291,
"width": 720.0004,
"height": 62.22226
}
}
},
"id": "a2011fd6-fe93-41df-b4d1-3db160aca3c2"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 54.333332,
"left": 52.444725,
"width": 854.222,
"height": 14.666666
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "17888a5c-6fad-408e-a622-278eb8b2f992"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 4,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "737d0a05-aeff-418d-a478-24ab1d4314f9"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 4,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "306b85b1-b37e-464d-83b8-fd11be9a1e12"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 625.3328,
"left": 865.66626,
"width": 41.333755,
"height": 41.333755
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "063d9e5b-d3ab-452e-bcf4-e0c712a2f0af"
},
{
"id": "90cb7ff0-6b0b-428d-aaab-d90261d1fc7e",
"picture": {
"media": {
"local_id": "81f11948-0410-41d0-a667-d181434b86bd"
},
"properties": {
"layout": {
"top": 624,
"left": 865.3328,
"width": 40.333755,
"height": 40.333755
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 675.6667,
"width": 224,
"height": 38.333332
}
}
},
"id": "09C9996C-AC55-4D5F-8750-40F33EFF12F7"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 328,
"width": 304,
"height": 38.333332
}
}
},
"id": "FD47F05C-8029-496E-BC30-6BA8998056B4"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 60.333332,
"width": 224,
"height": 38.333332
}
}
},
"id": "4465414B-6EFC-4207-8701-77116EFDDFBB"
}
]
}
},
{
"layout_id": "a00c3344-7fa3-4350-8df2-d8e4455eabea",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "c19ad51a-9927-4e03-9e3d-62019ff5e6d3"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 666.4444,
"left": 60.999893,
"width": 224,
"height": 38.333332
}
}
},
"id": "340bcbb4-0a8b-43ff-ba1f-fbca14df2f95"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "9c85a06e-13d2-49df-8da0-3fb18d725fde"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "695fc1ec-44cf-437b-b7bc-f2b0d6749a34"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 162.89764,
"left": 61.228348,
"width": 832,
"height": 440
}
}
},
"id": "4af6ae95-a716-4df1-929a-4448b205b92f"
}
]
}
},
{
"layout_id": "9b3be7bb-025e-45a3-a4ee-91a308d4332d",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"snip_rectangle": {},
"type": "SNIP_RECTANGLE"
},
"properties": {
"layout": {
"rotate": 180,
"top": 53.888294,
"left": 52.444622,
"width": 854.2216,
"flipv": true,
"height": 597.4444
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "aaf469c2-1cc5-488b-a861-5e5526840188"
},
{
"id": "5fcff541-5b75-4b3b-83f2-f1520495ad67",
"picture": {
"media": {
"local_id": "71c5c774-539e-4d76-b0f1-fbe286ff0e6e"
},
"properties": {
"layout": {
"rotate": 180,
"top": 54.22194,
"left": 53.111183,
"width": 852,
"height": 597.3334
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 156.19044,
"left": 112,
"width": 721.44446,
"height": 307.47653
}
}
},
"id": "fc66fdb0-e420-4f9c-b158-53a00bf0ca49"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
}
],
"properties": {
"valign": "TOP"
}
},
"properties": {
"layout": {
"top": 515.38403,
"left": 114.66676,
"width": 721.44446,
"height": 80.4442
}
}
},
"id": "de82acb9-f790-4e75-afc3-44e6fe4a9e92"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 651.7777,
"left": 52.444725,
"width": 854.222,
"height": 14.666666
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "abacf849-5611-4c1f-94fe-e8c5b638c4ff"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 270,
"top": 53.554962,
"left": 52.111393,
"width": 41.333755,
"height": 41.333755
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "afbed037-e622-442c-a06d-86df0b6f5934"
},
{
"id": "d87ffd90-b10d-4760-8335-31fb1ade83bb",
"picture": {
"media": {
"local_id": "5236e91a-8184-407d-a010-0a00c21ddec1"
},
"properties": {
"layout": {
"rotate": 180,
"top": 55.666138,
"left": 53.11139,
"width": 40.333755,
"height": 40.333755
}
}
}
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 4,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "ebe088d2-8b5d-4085-a6ae-b5781323bce0"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 675.6667,
"width": 224,
"height": 38.333332
}
}
},
"id": "4BD15D0C-6A7D-402B-8EB1-2D063540D5CE"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 328,
"width": 304,
"height": 38.333332
}
}
},
"id": "B9B09D6D-6131-4A6F-BF5E-765CF650AE9C"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 60.333332,
"width": 224,
"height": 38.333332
}
}
},
"id": "FFB4F7F6-350B-4E35-AD0A-BCC3458E2DD0"
}
]
}
},
{
"layout_id": "0ac49199-e863-4c2d-938b-db3db7c97c49",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "e29053a9-b066-480e-a09a-0e636b409079"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 161.50015,
"left": 60.999893,
"width": 397.66675,
"height": 469.33325
}
}
},
"id": "3e6c2306-7b6e-433e-93e1-1688586d4240"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 161.50015,
"left": 501.99988,
"width": 397.66675,
"height": 469.33325
}
}
},
"id": "9fa677b6-8da0-4a1b-923c-300783aefd40"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "c610dd7f-78ba-44d2-96a0-e0f0d6ed2b78"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "529cb7e1-cbca-4d0e-9bfa-aa0100eca0b5"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "a04209f9-a209-4d89-856f-0eca3cd83971"
}
]
}
},
{
"layout_id": "d6d3c700-e212-4130-a856-dcfa69ec5d7b",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "253280b9-9769-44b8-bf44-c29d2ee31a3d"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 160.66667,
"left": 60.999893,
"width": 397.66675,
"height": 67.16662
}
}
},
"id": "95e7e977-f37a-47fa-a419-d4db4949ceb9"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 233.52557,
"left": 60.999893,
"width": 397.66675,
"height": 397.30783
}
}
},
"id": "f48862f9-717b-4c7a-8f28-eb5b6873c108"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "9066eeb2-3409-4e72-a33e-dbdd2a9e1540"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "6e2b5463-dd19-4ba3-925d-4fecb28f6143"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "b7d90fd6-fffc-433a-9f0b-56298582bb4a"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 160.66667,
"left": 501.99988,
"width": 397.66675,
"height": 67.16662
}
}
},
"id": "1d06bb87-7284-48a9-85b8-d6f86840b7cf"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 233.52557,
"left": 501.99988,
"width": 397.66675,
"height": 397.30783
}
}
},
"id": "7690b453-df64-43fa-9cb3-99febc06e4d6"
}
]
}
},
{
"layout_id": "69831bba-1b93-4da1-9312-3315ab4500d7",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "32cb58f1-6b3c-4d30-ab94-6059bd1a95d6"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "9a447eaf-ef67-4cf0-b25a-e366e0a07f34"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "b74c1d3b-6efa-42d6-9f92-ccaff43442af"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "050eeeac-36aa-4a8d-b886-f72a30cda71c"
}
]
}
},
{
"layout_id": "b86f4b62-a36b-4faa-8f3a-07bd1c9efde6",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"snip_rectangle": {},
"type": "SNIP_RECTANGLE"
},
"properties": {
"layout": {
"top": 15.9994755,
"left": 16.000105,
"width": 928.3332,
"flipv": true,
"height": 689.0002
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "33f3b1bf-7254-4825-9f26-7a09ce154b93"
},
{
"id": "94a4e001-08f7-4525-a906-79571eac06ab",
"picture": {
"media": {
"local_id": "75f25b54-6ac0-4c1a-895c-5c2ff8e8a301"
},
"properties": {
"layout": {
"top": 15.9994755,
"left": 15.466982,
"width": 929.19965,
"height": 688.88947
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "4b2479fd-a380-4f6d-bb64-4dfeeb8df564"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "5249240c-b711-43b6-9df7-2cf5f103d1f3"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "624929e8-8a3d-4220-be2b-29f49eea0ed8"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 663.7774,
"left": 903.33276,
"width": 41.333755,
"height": 41.333755
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "a06edf81-ca14-4c0d-a43e-46f3f9aadbb3"
},
{
"id": "7e937576-db5f-43dd-bd09-2f5414fd7086",
"picture": {
"media": {
"local_id": "84e9fcf1-4946-4d93-952a-ae86deccef29"
},
"properties": {
"layout": {
"top": 663.3331,
"left": 902.9998,
"width": 40.666878,
"height": 40.666878
}
}
}
}
]
}
},
{
"layout_id": "bf2589a9-e174-43f7-b9e5-4889a180befa",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 16.333334,
"left": 16.333439,
"width": 927.33325,
"height": 687.3334
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "7c37da3e-8a08-48d9-b71a-ee838cddfdb0"
},
{
"id": "1ddecd9b-fff6-4d69-abf6-2ef091251ae4",
"picture": {
"media": {
"local_id": "c4f47177-cb4e-4d00-a9ab-a373e77bf611"
},
"properties": {
"layout": {
"top": 16,
"left": 16,
"width": 928,
"height": 688
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
}
],
"properties": {
"auto_fit": "TEXT"
}
},
"properties": {
"layout": {
"top": 199.93701,
"left": 60.607666,
"width": 369.72568,
"height": 425.19684
}
}
},
"id": "d100e596-bf69-47d0-9266-844bfd6d3cb6"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "97639f88-47c2-4c63-acfd-9ee421a5a063"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "42bc7793-3704-4993-a331-d6a0f969226b"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "8db1052a-0091-450f-a2af-eb303e97bd6d"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "071b9273-2b74-4320-83e1-684849b21166"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "48c15dbb-563f-4d15-ad82-e199ff728497"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 60.05564,
"left": 473,
"width": 426.66656,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "0f4e79fc-cd7b-4c0b-ab90-91af104d21b2"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 69.33333,
"left": 473,
"width": 426.33334,
"height": 556.1667
}
}
},
"id": "6028fab9-5fee-47b6-9999-b10b4b3134b1"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 64.62992,
"left": 60.850395,
"width": 369.63782,
"height": 111.87402
}
}
},
"id": "aac9d5f1-5366-4551-b51c-b1ee40ecff05"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "4fcf950b-c2ae-41cb-b88e-73be10953275"
}
]
}
},
{
"layout_id": "2220269c-8566-45cb-b3ae-0263b48347f8",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 16.333334,
"left": 16.333439,
"width": 927.33325,
"height": 687.3334
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "39700e19-8ae1-46a1-8419-8a705ea2e9a8"
},
{
"id": "0201c32e-eb6a-4aaa-94d5-f59d26c1ac45",
"picture": {
"media": {
"local_id": "5db1b643-fc92-422b-8da9-a59bd6675541"
},
"properties": {
"layout": {
"top": 16.333334,
"left": 16,
"width": 928,
"height": 688
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
}
],
"properties": {
"auto_fit": "TEXT"
}
},
"properties": {
"layout": {
"top": 200.01407,
"left": 60.607666,
"width": 369.72568,
"height": 425.1198
}
}
},
"id": "2fb04944-108d-463b-bb0c-50a605bf6e03"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "e3b4ed41-a09f-4e99-bac4-b81484431079"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "dd844611-4543-486b-b080-8c5557cecf7f"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "6ae74420-030a-401e-93f5-ef744579c392"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "ff902cbf-e6f1-4378-92f4-668219dd357d"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "c0146783-2a5f-4223-a6a3-49672f35cd06"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 60.05564,
"left": 473,
"width": 426.66656,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "4e0d8b1e-b2e6-4138-9b14-c933f6f6bc45"
},
{
"id": "a9bfbbcb-d311-459f-978a-0e0de76bd95b",
"picture": {
"media": {
"local_id": "0a068247-1c92-41e7-ab04-08148017b2e9"
},
"properties": {
"layout": {
"top": 625.50006,
"left": 867.33325,
"width": 32,
"height": 32
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 626.62036,
"left": 867.333,
"width": 32.333546,
"height": 32.333546
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "63838ec1-9036-465e-823f-bf52908f1149"
},
{
"id": "34e60d05-6a48-45f5-85f6-34fbf80423df",
"picture": {
"media": {
"local_id": "9646328c-20e0-41e8-8189-88b25d60883f"
},
"properties": {
"layout": {
"top": 626.62036,
"left": 867.333,
"width": 32,
"height": 32
}
}
}
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {}
}
},
{
"line_to": {
"point": {
"x": 425.3329
}
}
},
{
"cubic_to": {
"control2": {
"x": 424.17847,
"y": 374.41998
},
"control1": {
"x": 425.12488,
"y": 184.25613
},
"end": {
"x": 423.97046,
"y": 558.67615
}
}
},
{
"line_to": {
"point": {
"x": 393.6535,
"y": 557.4448
}
}
},
{
"cubic_to": {
"control2": {
"x": 393.72986,
"y": 575.94147
},
"control1": {
"x": 393.6916,
"y": 568.90857
},
"end": {
"x": 393.76794,
"y": 587.40515
}
}
},
{
"line_to": {
"point": {
"y": 585.43835
}
}
},
{
"line_to": {
"point": {}
}
},
{
"close_path": {}
}
]
}
],
"width": 425.3329,
"height": 587.40515
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 70.071815,
"left": 473.73846,
"width": 425.3329,
"height": 587.40515
}
}
},
"id": "ce67925c-c83f-4479-ba08-03d97ef19775"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {
"valign": "BOTTOM"
}
},
"properties": {
"layout": {
"top": 64.62992,
"left": 60.850395,
"width": 369.63782,
"height": 111.87402
}
}
},
"id": "e333e677-632e-4d57-bfc5-98dd77d9be05"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "d03a16e5-23ed-48b9-939d-9e27180362a1"
}
]
}
},
{
"layout_id": "2f10e42e-c703-41ea-8b55-590f5463ff95",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 16.333334,
"left": 16.333439,
"width": 927.33325,
"height": 687.3334
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "c056f1a3-5309-4831-8596-b80e2d14ef80"
},
{
"id": "e3f145ae-a782-410f-b001-f810e64e3fb3",
"picture": {
"media": {
"local_id": "3adce1db-f4dc-43a1-8fe6-ae0183d16f46"
},
"properties": {
"layout": {
"top": 16.333334,
"left": 16.333439,
"width": 928,
"height": 688
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "74d436b8-631f-473c-977b-1a748645b5b0"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "a2ebbe44-5dad-4f79-bd62-299ec20900de"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "2064dec0-b54d-4e84-936c-3780d8fdddf1"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 60.05564,
"left": 472.16684,
"width": 427.49973,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "441db8d0-39c7-4ffb-b102-2065d02333ca"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "34d2ecbf-b57b-423b-8312-b6320b4a13ab"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 69.33333,
"left": 472.16684,
"width": 427.49973,
"height": 37.333336
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "dec3afba-83fc-44ea-98b4-87ada89066ea"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 209.77795,
"left": 59.44462,
"width": 371.05554,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "82d98a2f-50dd-4bc0-be3f-495873dfb09f"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 219.05563,
"left": 59.444515,
"width": 371.05563,
"height": 37.333336
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "60d35f31-9aa5-4e4d-8137-0b220e27feaf"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 371.6885,
"left": 472.16684,
"width": 427.49973,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "a155622f-e6d9-417b-bb69-c482d819e907"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 380.9662,
"left": 472.16684,
"width": 427.49973,
"height": 37.333336
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "6674a7bd-393c-4b36-ba43-e7096c77e321"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 310.33313,
"left": 866.9995,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "72363e18-bfb6-4ca9-818d-a9aa3bf53f55"
},
{
"id": "0576e7e8-cc7a-4508-9c2e-865d7be04c6f",
"picture": {
"media": {
"local_id": "0ee20345-ccbb-4057-beae-a1aea4d887ef"
},
"properties": {
"layout": {
"top": 310.33313,
"left": 867.33325,
"width": 32,
"height": 32
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 622.2992,
"left": 866.79913,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "9435b71f-b48c-4579-9a0c-64b8352a0992"
},
{
"id": "5906bc64-66c8-4bb8-aafd-f92786f7b752",
"picture": {
"media": {
"local_id": "ee703208-f61c-4cf2-8ff2-985274fca334"
},
"properties": {
"layout": {
"top": 622.2992,
"left": 867.33325,
"width": 32,
"height": 32
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 623.7761,
"left": 398.37122,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "8ad7d934-5585-4623-ac9e-bcc075b6c7ed"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "5218d0bb-4ad3-4df8-b9b0-a155d663d13a"
},
{
"id": "36242993-9aec-4e3f-bbb7-ea7e204be296",
"picture": {
"media": {
"local_id": "4cee6406-f227-4b6a-ab16-f20cf1fb737d"
},
"properties": {
"layout": {
"top": 623.7761,
"left": 398.37122,
"width": 32,
"height": 32
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 64.69449,
"left": 60.999893,
"width": 369.50015,
"height": 111.86781
}
}
},
"id": "f6e9c21a-46dd-4bdb-8227-870262214f22"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit caption style"
}
]
}
],
"properties": {
"auto_fit": "TEXT"
}
},
"properties": {
"layout": {
"top": 219,
"left": 59.500053,
"width": 371,
"height": 37.333336
}
}
},
"id": "bdd456e7-6587-41d1-9479-fff68f0127cb"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {}
}
},
{
"line_to": {
"point": {
"x": 371
}
}
},
{
"cubic_to": {
"control2": {
"x": 370.52304,
"y": 244.61879
},
"control1": {
"x": 370.76147,
"y": 122.309395
},
"end": {
"x": 370.28452,
"y": 366.9282
}
}
},
{
"line_to": {
"point": {
"x": 339.2462,
"y": 366.98456
}
}
},
{
"line_to": {
"point": {
"x": 338.5307,
"y": 397.9436
}
}
},
{
"line_to": {
"point": {
"y": 398
}
}
},
{
"line_to": {
"point": {}
}
},
{
"close_path": {}
}
]
}
],
"width": 371,
"height": 398
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 256.3333,
"left": 59.500053,
"width": 371,
"height": 398
}
}
},
"id": "3bac3f2f-c1bf-45e3-8ace-94a1b384d36e"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit caption style"
}
]
}
],
"properties": {
"auto_fit": "TEXT"
}
},
"properties": {
"layout": {
"top": 69.33333,
"left": 473.4333,
"width": 371,
"height": 37.333336
}
}
},
"id": "e0164cda-5d28-42a7-97a6-2e33f9c504cd"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {
"x": 0.7383727
}
}
},
{
"line_to": {
"point": {
"x": 427.12305,
"y": 0.7384777
}
}
},
{
"cubic_to": {
"control2": {
"x": 426.6461,
"y": 82.15727
},
"control1": {
"x": 426.88452,
"y": 123.04787
},
"end": {
"x": 426.40753,
"y": 204.46667
}
}
},
{
"line_to": {
"point": {
"x": 395.36926,
"y": 204.52304
}
}
},
{
"line_to": {
"point": {
"x": 394.65375,
"y": 235.4821
}
}
},
{
"line_to": {
"point": {
"y": 236.27696
}
}
},
{
"cubic_to": {
"control2": {
"x": 0.49228346,
"y": 78.75895
},
"control1": {
"x": 0.24608923,
"y": 157.518
},
"end": {
"x": 0.7383727
}
}
},
{
"close_path": {}
}
]
}
],
"width": 427.12305,
"height": 236.27696
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 105.7431,
"left": 471.4716,
"width": 427.12305,
"height": 236.27696
}
}
},
"id": "a1724125-3ad2-4df8-9c54-7e0b301f0cdb"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit caption style"
}
]
}
],
"properties": {
"auto_fit": "TEXT"
}
},
"properties": {
"layout": {
"top": 380.9662,
"left": 472.16684,
"width": 371,
"height": 37.333336
}
}
},
"id": "c833af50-3998-409f-90b2-cdc54629911d"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {
"x": 0.7383727
}
}
},
{
"line_to": {
"point": {
"x": 427.12305,
"y": 0.7384777
}
}
},
{
"cubic_to": {
"control2": {
"x": 426.6461,
"y": 82.15727
},
"control1": {
"x": 426.88452,
"y": 123.04787
},
"end": {
"x": 426.40753,
"y": 204.46667
}
}
},
{
"line_to": {
"point": {
"x": 395.36926,
"y": 204.52304
}
}
},
{
"line_to": {
"point": {
"x": 394.65375,
"y": 235.4821
}
}
},
{
"line_to": {
"point": {
"y": 236.27696
}
}
},
{
"cubic_to": {
"control2": {
"x": 0.49228346,
"y": 78.75895
},
"control1": {
"x": 0.24608923,
"y": 157.518
},
"end": {
"x": 0.7383727
}
}
},
{
"close_path": {}
}
]
}
],
"width": 427.12305,
"height": 236.27696
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 417.41272,
"left": 471.26697,
"width": 427.12305,
"height": 236.27696
}
}
},
"id": "45798319-ee69-4e1a-8a53-6235c52422c0"
}
]
}
},
{
"layout_id": "93195f2f-a9dd-46ad-a7c1-c6795629618c",
"content": {
"layout_id": "e8f90363-905a-4d13-840f-504efd08c626",
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 16.666666,
"left": 16.66677,
"width": 927.33325,
"height": 687.3334
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "dd5f0f0a-6fe9-46a0-ab69-46c6c30c56c0"
},
{
"id": "35ff29e1-1a8d-4f5e-8018-3f7f13f47663",
"picture": {
"media": {
"local_id": "f9d784a7-7327-4065-9e33-c7dff15cad48"
},
"properties": {
"layout": {
"top": 16,
"left": 16,
"width": 928,
"height": 688
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 160,
"left": 487.11108,
"width": 412.55548,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "da10c77d-fd81-47e6-b06e-7ccd8b52f4f4"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 160,
"left": 60.999893,
"width": 412.55548,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "a92938a5-1d59-4576-98ad-e4385a5956cd"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 421.44443,
"left": 60.999893,
"width": 412.55548,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "7734b415-5787-44dc-bdd8-0a78f5d6c282"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {},
"properties": {
"layout": {
"top": 421.44443,
"left": 487.11108,
"width": 412.55548,
"height": 9.27769
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "ad6e91aa-557d-410c-bd6f-330f953d5ec4"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 633.577,
"left": 866.9995,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "b353e974-6de9-44c9-93a3-28e373dcf8ab"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 371.27725,
"left": 440.688,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "806685bc-69a4-4057-a88c-398ba1a202f0"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 633.577,
"left": 440.688,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "0b2ff539-d011-4bdb-903e-bbf0ed38c82c"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 371.27725,
"left": 866.79913,
"width": 32.8674,
"height": 32.8674
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "d43ed1da-4efb-4f5f-84d8-c887afa2d7cd"
},
{
"id": "04c94ad7-124e-4329-890c-b800ef530bee",
"picture": {
"media": {
"local_id": "f3018fec-e384-4b44-95c9-e3fb3df2351e"
},
"properties": {
"layout": {
"top": 371.27725,
"left": 866.5336,
"width": 32,
"height": 32
}
}
}
},
{
"id": "af0f7317-e8b9-41df-800a-5be48923e7fe",
"picture": {
"media": {
"local_id": "eb3f1995-8448-48f0-b7c6-6ed6232ffe17"
},
"properties": {
"layout": {
"top": 633.577,
"left": 866.5336,
"width": 32,
"height": 32
}
}
}
},
{
"id": "3680bbce-c9f1-4c0c-9ea4-0fcc02705185",
"picture": {
"media": {
"local_id": "9388d0cc-ffbb-40df-a83b-45a1ff1a4883"
},
"properties": {
"layout": {
"top": 371.27725,
"left": 440.688,
"width": 32,
"height": 32
}
}
}
},
{
"id": "348f01ef-14ea-4a4c-9c6d-e9fa40520c9a",
"picture": {
"media": {
"local_id": "d88e1004-0650-434a-9aa0-6250183d904e"
},
"properties": {
"layout": {
"top": 633.577,
"left": 440.688,
"width": 32,
"height": 32
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title Style"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
},
"valign": "BOTTOM"
}
},
"basic": {},
"properties": {
"layout": {
"top": 35.638844,
"left": 60.999893,
"width": 838.6668,
"height": 102.00757
}
}
},
"id": "7a354192-be43-404b-ba3e-13244aceca82"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {
"x": 0.7086779
}
}
},
{
"line_to": {
"point": {
"x": 409.94562,
"y": 0.7315534
}
}
},
{
"cubic_to": {
"control2": {
"x": 409.48785,
"y": 81.386925
},
"control1": {
"x": 409.7167,
"y": 121.89412
},
"end": {
"x": 409.25894,
"y": 202.54948
}
}
},
{
"line_to": {
"point": {
"x": 379.46884,
"y": 202.60533
}
}
},
{
"line_to": {
"point": {
"x": 378.78214,
"y": 233.27412
}
}
},
{
"line_to": {
"point": {
"y": 234.06152
}
}
},
{
"cubic_to": {
"control2": {
"x": 0.4724855,
"y": 78.02048
},
"control1": {
"x": 0.23619238,
"y": 156.04105
},
"end": {
"x": 0.7086779
}
}
},
{
"close_path": {}
}
]
}
],
"width": 409.94562,
"height": 234.06152
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 168.53922,
"left": 62.003883,
"width": 409.94562,
"height": 234.06152
}
}
},
"id": "943d9477-ee9a-4c57-ba2e-9a7c188236df"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {
"x": 0.7086779
}
}
},
{
"line_to": {
"point": {
"x": 409.94562,
"y": 0.7315534
}
}
},
{
"cubic_to": {
"control2": {
"x": 409.48785,
"y": 81.386925
},
"control1": {
"x": 409.7167,
"y": 121.89412
},
"end": {
"x": 409.25894,
"y": 202.54948
}
}
},
{
"line_to": {
"point": {
"x": 379.46884,
"y": 202.60533
}
}
},
{
"line_to": {
"point": {
"x": 378.78214,
"y": 233.27412
}
}
},
{
"line_to": {
"point": {
"y": 234.06152
}
}
},
{
"cubic_to": {
"control2": {
"x": 0.4724855,
"y": 78.02048
},
"control1": {
"x": 0.23619238,
"y": 156.04105
},
"end": {
"x": 0.7086779
}
}
},
{
"close_path": {}
}
]
}
],
"width": 409.94562,
"height": 234.06152
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 169.27768,
"left": 487.11108,
"width": 409.94562,
"height": 234.06152
}
}
},
"id": "1192984b-bb22-498a-a6bc-bbb638bcdb72"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {
"x": 0.7086779
}
}
},
{
"line_to": {
"point": {
"x": 409.94562,
"y": 0.7315534
}
}
},
{
"cubic_to": {
"control2": {
"x": 409.48785,
"y": 81.386925
},
"control1": {
"x": 409.7167,
"y": 121.89412
},
"end": {
"x": 409.25894,
"y": 202.54948
}
}
},
{
"line_to": {
"point": {
"x": 379.46884,
"y": 202.60533
}
}
},
{
"line_to": {
"point": {
"x": 378.78214,
"y": 233.27412
}
}
},
{
"line_to": {
"point": {
"y": 234.06152
}
}
},
{
"cubic_to": {
"control2": {
"x": 0.4724855,
"y": 78.02048
},
"control1": {
"x": 0.23619238,
"y": 156.04105
},
"end": {
"x": 0.7086779
}
}
},
{
"close_path": {}
}
]
}
],
"width": 409.94562,
"height": 234.06152
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 430.7221,
"left": 61.394333,
"width": 409.94562,
"height": 234.06152
}
}
},
"id": "42e8d7b3-7e48-43b2-a926-29ab94559af2"
},
{
"shape": {
"custom": {
"paths": [
{
"commands": [
{
"move_to": {
"point": {
"x": 0.7086779
}
}
},
{
"line_to": {
"point": {
"x": 409.94562,
"y": 0.7315534
}
}
},
{
"cubic_to": {
"control2": {
"x": 409.48785,
"y": 81.386925
},
"control1": {
"x": 409.7167,
"y": 121.89412
},
"end": {
"x": 409.25894,
"y": 202.54948
}
}
},
{
"line_to": {
"point": {
"x": 379.46884,
"y": 202.60533
}
}
},
{
"line_to": {
"point": {
"x": 378.78214,
"y": 233.27412
}
}
},
{
"line_to": {
"point": {
"y": 234.06152
}
}
},
{
"cubic_to": {
"control2": {
"x": 0.4724855,
"y": 78.02048
},
"control1": {
"x": 0.23619238,
"y": 156.04105
},
"end": {
"x": 0.7086779
}
}
},
{
"close_path": {}
}
]
}
],
"width": 409.94562,
"height": 234.06152
},
"text": {
"paragraphs": [
{
"portions": [
{
"style": {}
}
]
}
],
"properties": {}
},
"properties": {
"layout": {
"top": 430.7221,
"left": 487.70593,
"width": 409.94562,
"height": 234.06152
}
}
},
"id": "2c7b19ba-9a50-4d39-8b8f-b47608a364db"
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "7ca46d03-8848-4a89-a930-42bf497d6b74"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "346b11f2-1c8e-40d8-872b-28838cee0571"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "535c17fa-831b-47ce-991a-1832a7290179"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {}
},
"properties": {}
},
"id": "e3faf17e-fbfd-41fd-b0e7-f65a5c6c17df"
}
]
}
}
],
"content": {
"graphic_objects": [
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {
"snip_rectangle": {},
"type": "SNIP_RECTANGLE"
},
"properties": {
"layout": {
"top": 15.9994755,
"left": 16.000105,
"width": 928.3332,
"flipv": true,
"height": 689.0002
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "5252c258-8685-488d-b6d1-c57475f81038"
},
{
"id": "06950376-4544-4e24-a9ea-76b74e4a7d64",
"picture": {
"media": {
"local_id": "bd3053c2-38ab-46a9-8939-8132e2c9d512"
},
"properties": {
"layout": {
"top": 15.9994755,
"left": 15.466982,
"width": 929.19965,
"height": 688.88947
}
}
}
},
{
"connector": {
"type": "LINE",
"stroke": {
"jointype": "MITER",
"width": 2.6666667,
"fill": {
"solid": {
"color": {
"rgb": {}
}
}
}
}
},
"id": "0a86fffc-0865-473a-b727-270001a8ebc4"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"halign": "CENTER"
},
"portions": [
{
"style": {}
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {
"type": "TRIANGLE",
"triangle": {
"type": "RIGHT_ANGLED"
}
},
"properties": {
"layout": {
"rotate": 90,
"top": 663.7774,
"left": 903.33276,
"width": 41.333755,
"height": 41.333755
},
"strokes": [
{
"jointype": "MITER",
"fill": {}
}
],
"fills": [
{
"solid": {
"color": {
"rgb": {}
}
}
}
]
}
},
"id": "190a3925-b08e-44d4-9eb7-7234007e33cf"
},
{
"shape": {
"text": {
"paragraphs": [
{
"style": {
"level": 1
},
"portions": [
{
"style": {},
"text": "Click to edit Master text styles"
}
]
},
{
"style": {
"level": 2
},
"portions": [
{
"style": {},
"text": "Second level"
}
]
},
{
"style": {
"level": 3
},
"portions": [
{
"style": {},
"text": "Third level"
}
]
},
{
"style": {
"level": 4
},
"portions": [
{
"style": {},
"text": "Fourth level"
}
]
},
{
"style": {
"level": 5
},
"portions": [
{
"style": {},
"text": "Fifth level"
}
]
}
],
"properties": {
"inset": {
"top": 9.826772,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
},
"auto_fit": "TEXT"
}
},
"basic": {},
"properties": {
"layout": {
"top": 163.0001,
"left": 61.333336,
"width": 838.3334,
"height": 470.77762
}
}
},
"id": "718d9ac1-6dad-49b3-96c5-de2504cc2a3b"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Click to edit Master title style"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
},
"valign": "BOTTOM"
}
},
"basic": {},
"properties": {
"layout": {
"top": 35.638844,
"left": 60.999893,
"width": 838.6668,
"height": 102.00757
}
}
},
"id": "91b9a8ac-a3d3-49e8-92f0-6e6bb8c96b01"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Date"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 60.333332,
"width": 224,
"height": 38.333332
}
}
},
"id": "18d3ead5-bbb1-45bb-b2da-dfc511c4d497"
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "Footer"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 328,
"width": 304,
"height": 38.333332
}
}
},
"id": "991ed34e-9e7d-4b01-aa0f-8ecaa4673f35"
},
{
"id": "916b0f12-95fd-437b-b0d1-b387f01252f6",
"picture": {
"media": {
"local_id": "0f75d696-b2dc-4e2c-99b9-ddcbb6956cea"
},
"properties": {
"layout": {
"top": 664,
"left": 902.9998,
"width": 40.666878,
"height": 40.666878
}
}
}
},
{
"shape": {
"text": {
"paragraphs": [
{
"portions": [
{
"style": {},
"text": "<#>"
}
]
}
],
"properties": {
"inset": {
"top": 4.8,
"left": 9.6,
"bottom": 4.8,
"right": 9.6
}
}
},
"basic": {},
"properties": {
"layout": {
"top": 666.4444,
"left": 675.6667,
"width": 224,
"height": 38.333332
}
}
},
"id": "a95687ce-86f4-4f32-8632-448245b3275a"
}
]
}
}
],
"document_url": "https://show.zoho.com/show/open/8i4vv3f345fcf907446a2bdc4e2c871fc585e"
},
"message": "Presentation data retrieved",
"request_uri": "/api/v1/presentation/8i4vv3f345fcf907446a2bdc4e2c871fc585e/meta",
"status": "success"
}
Code Examples
curl -X GET "https://show.zoho.com/api/v1/presentation/{rid}/meta" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"
GET Search Presentations
GET https://show.zoho.com/api/v1/presentation/search
Required Scopes:
Searches across all presentations the caller can access by free-text, returning results ordered by relevance.
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| team_id | integer | Optional | Team or workspace id used to scope the request. |
| search_str | string | Required | Search text used to find presentations. |
| fields | string | Optional | Comma-separated response fields to include. Allowed values: resource_id, document_name, created_date, modified_time, author_name, last_author_name, status, scope, capabilities, thumbnail_url, document_url, owner, creator, description, product_type, team_id, team_uid, is_favorite. |
| from | integer | Optional | Zero-based offset for pagination. |
| limit | integer | Optional | Maximum number of search results to return. Allowed range: 0-50. |
| published_type | integer | Optional | Publish type filter for presentation search results. Allowed values: 1, 2. |
| created_by | integer | Optional | Filter results to presentations created by this user id. |
| sort_by | integer | Optional | Sort field identifier used to order search results. |
| ascending | boolean | Optional | Sort order flag. Use true for ascending order and false for descending order. |
Samples
Responses
{
"data": {
"resources": [
{
"resource_id": "cpnv3d0203ec89cba4207ba255d785dfe125c",
"document_name": "Presentation Name Renamed",
"created_date": "1777024272518"
},
{
"resource_id": "i6b0q7d7c08e73e494feda86c30e660626925",
"document_name": "My Presentation Copy",
"created_date": "1777286182928"
},
{
"resource_id": "m71vz5f46c9524f8744aa8a9c1083ac843713",
"document_name": "Untitled Presentation",
"created_date": "1776707763757"
},
{
"resource_id": "m71vz549eee48dd24408c8d3cf2cf2eeff434",
"document_name": "Untitled Presentation",
"created_date": "1776707586007"
},
{
"resource_id": "m71vzd1ad7cc34b9442488efb33ebf769e400",
"document_name": "Untitled Presentation",
"created_date": "1776706578610"
},
{
"resource_id": "m71vz28084ace0c844daa9299748808d2819e",
"document_name": "Test Presentation",
"created_date": "1776691771243"
},
{
"resource_id": "m71vz56504cb8341146948c5fc05d529a9092",
"document_name": "Test Presentation",
"created_date": "1776684913815"
},
{
"resource_id": "m71vz7575645183bf48e1820b988a61d214b1",
"document_name": "Test Presentation",
"created_date": "1776680916929"
},
{
"resource_id": "me0fd91fdfdbc23fd4c84a801b5c3ea6a2fbc",
"document_name": "Untitled Presentation 20-04-2026 15:16:25:541",
"created_date": "1775655122457"
},
{
"resource_id": "7fgg637ac6060b3f24b368cafcbd2652f292c",
"document_name": "Untitled Presentation",
"created_date": "1774937762562"
},
{
"resource_id": "me0fd2cd4464e5b6e470f9cc658836e854683",
"document_name": "Untitled Presentation",
"created_date": "1775654986490"
},
{
"resource_id": "7ef51687e05fb0247456bbc8445b52c2876c9",
"document_name": "Untitled Presentation",
"created_date": "1774674493347"
},
{
"resource_id": "u1fxsecddfaaf28bf4d9aaad610403816ceed",
"document_name": "Untitled Presentation",
"created_date": "1772629160889"
},
{
"resource_id": "yhq6g72f74c464ad1407c82945f034f9df546",
"document_name": "Untitled Presentation",
"created_date": "1772438442628"
},
{
"resource_id": "hxtc11163034783f443c18826cf305c85b025",
"document_name": "Untitled Presentation",
"created_date": "1772085439479"
},
{
"resource_id": "hxtc19dcd1d0efce1415b96719f600ddad087",
"document_name": "Untitled Presentation",
"created_date": "1772089832549"
},
{
"resource_id": "4bult71a13406ad6b4ac19db35544745b9755",
"document_name": "Untitled Presentation",
"created_date": "1768217604276"
},
{
"resource_id": "hxtc17aa3dc1a525e4e6a813c01ffc3beeb40",
"document_name": "Untitled Presentation",
"created_date": "1772083997711"
},
{
"resource_id": "yox4pca65bbb2945148a59b063b5754eb916f",
"document_name": "Untitled Presentation",
"created_date": "1771999061560"
},
{
"resource_id": "hxtc15fcd992c6a5c4ecaa34426806ac3a39f",
"document_name": "Untitled Presentation",
"created_date": "1772046122086"
}
]
},
"message": "Search results retrieved",
"request_uri": "/api/v1/presentation/search",
"status": "success"
}
Code Examples
curl -X GET "https://show.zoho.com/api/v1/presentation/search?team_id=66855841&search_str=Presentation&fields=resource_id,document_name,created_date&from=0&limit=20&published_type=1&created_by=93600994&sort_by=5&ascending=false" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"
POST Create Presentation
POST https://show.zoho.com/api/v1/presentation
Required Scopes:
Creates a new empty presentation in the Show drive. The caller becomes the owner and can immediately edit, share, or publish the presentation.
Samples
Request Body
{
"team_id": "7345450240",
"theme_id": "3501000353591774",
"file_name": "My Presentation Strokes Theme"
}
Responses
{
"data": {
"doc_info": {
"author_name": "93601174",
"document_name": "My Presentation",
"last_modified_time": "1777024274398",
"resource_id": "cpnv3d0203ec89cba4207ba255d785dfe125c",
"description": "",
"created_date": "1777024274398",
"document_id": "106689000002311002",
"last_author_name": "93600994"
}
},
"message": "Presentation created",
"request_uri": "/api/v1/presentation",
"status": "success"
}
Code Examples
curl -X POST "https://show.zoho.com/api/v1/presentation" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"team_id": "7345450240",
"theme_id": "3501000353591774",
"file_name": "My Presentation Strokes Theme"
}'
POST Duplicate Presentation
POST https://show.zoho.com/api/v1/presentation/{rid}/duplicate
Required Scopes:
Creates an independent copy of a presentation with its own resource_id and document_id. Edits to either copy do not affect the other.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| rid | string | Required | Resource id of the presentation. The caller must have the appropriate permission on this presentation. |
Samples
Request Body
{
"new_name": "My Presentation Copy",
"remove_comments": false
}
Responses
{
"data": {
"resources": {
"author_name": "93601174",
"document_name": "My Presentation Copy",
"last_modified_time": "1777286183446",
"resource_id": "i6b0q7d7c08e73e494feda86c30e660626925",
"description": " ",
"created_date": "1777286183446",
"document_id": "106689000002313003",
"last_author_name": "93600994"
},
"action": "duplicate",
"status": "success"
},
"message": "Presentation has been duplicated",
"request_uri": "/api/v1/presentation/cpnv3d0203ec89cba4207ba255d785dfe125c/duplicate",
"status": "success"
}
Code Examples
curl -X POST "https://show.zoho.com/api/v1/presentation/{rid}/duplicate" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"new_name": "My Presentation Copy",
"remove_comments": false
}'
PUT Rename Presentation
PUT https://show.zoho.com/api/v1/presentation/{rid}/meta
Required Scopes:
Updates the display name of a presentation. The name is sanitized server-side to remove HTML or script content.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| rid | string | Required | Resource id of the presentation. The caller must have the appropriate permission on this presentation. |
Samples
Request Body
{
"file_name": "Presentation Name Renamed"
}
Responses
{
"data": {
"resource_id": "cpnv3d0203ec89cba4207ba255d785dfe125c",
"new_name": "Presentation Name Renamed"
},
"message": "Presentation Meta has been updated",
"request_uri": "/api/v1/presentation/cpnv3d0203ec89cba4207ba255d785dfe125c/meta",
"status": "success"
}
Code Examples
curl -X PUT "https://show.zoho.com/api/v1/presentation/{rid}/meta" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"file_name": "Presentation Name Renamed"
}'
PUT Trash Presentations
PUT https://show.zoho.com/api/v1/presentation/trash
Required Scopes:
Moves one or more presentations to the trash in a soft delete. Trashed presentations remain recoverable until permanently deleted.
Samples
Request Body
{
"resource_ids": "{{resource_ids}}"
}
Responses
{
"data": {
"failed_resources": [
{
"resource_id": "gcxuu5e63b5d35661468a831744345012e1f4",
"error_code": "3401",
"message": "User does not have permission to trash this resource"
}
]
},
"message": "Presentation has been trashed",
"request_uri": "/api/v1/presentation/trash",
"status": "success"
}
Code Examples
curl -X PUT "https://show.zoho.com/api/v1/presentation/trash" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"resource_ids": "{{resource_ids}}"
}'
PUT Restore Trashed Presentations
PUT https://show.zoho.com/api/v1/presentation/restore
Required Scopes:
Restores presentations moved to trash back to the caller's drive with the same content and identifiers.
Samples
Request Body
{
"resource_ids": "{{resource_ids}}"
}
Responses
{
"data": {
"restored": [
"cpnv3d0203ec89cba4207ba255d785dfe125c"
]
},
"message": "Presentation has been restored",
"request_uri": "/api/v1/presentation/restore",
"status": "success"
}
Code Examples
curl -X PUT "https://show.zoho.com/api/v1/presentation/restore" \
-H "Authorization: Zoho-oauthtoken YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"resource_ids": "{{resource_ids}}"
}'