Skip to content

Commit aba85ca

Browse files
authored
Update pagetemplate-get.md
1 parent ca679c9 commit aba85ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

api-reference/beta/api/pagetemplate-get.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ Content-type: application/json
114114
}
115115
```
116116

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.
118120

119121
#### Request
120122

@@ -149,7 +151,9 @@ Content-type: application/json
149151
}
150152
```
151153

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`.
153157

154158
#### Request
155159

@@ -262,7 +266,6 @@ Content-type: application/json
262266
}
263267
```
264268

265-
266269
<!--
267270
{
268271
"type": "#pageTemplate.annotation",

0 commit comments

Comments
 (0)