File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,9 @@ Content-type: application/json
114
114
}
115
115
```
116
116
117
- ### Example 2: Get a page template using select
117
+ ### Example 2: Get a page template using $select
118
+
119
+ The following example shows how to use the ` $select ` query parameter to retrieve specific properties of a page template.
118
120
119
121
#### Request
120
122
@@ -149,7 +151,9 @@ Content-type: application/json
149
151
}
150
152
```
151
153
152
- ### Example 3: Get a page template with canvas content by using expand
154
+ ### Example 3: Get a page template with canvas content using $expand
155
+
156
+ The following example shows how to use the ` $expand ` query parameter to access the page template and its content with ` ?$expand=canvasLayout ` .
153
157
154
158
#### Request
155
159
@@ -262,7 +266,6 @@ Content-type: application/json
262
266
}
263
267
```
264
268
265
-
266
269
<!--
267
270
{
268
271
"type": "#pageTemplate.annotation",
You can’t perform that action at this time.
0 commit comments