File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,17 @@ Headers:
171
171
172
172
<br />
173
173
174
+ ### Lookup column changes
175
+
176
+ When referring to a lookup column inside a list using REST API, use the display name of the lookup column instead of the internal name.
177
+
178
+ ```
179
+ http://site url/_api/web/lists/getbytitle('ListName')/Items?&$filter=LookupColumnId eq 1
180
+
181
+ ```
182
+
183
+ <br />
184
+
174
185
<a name =" ListItems " > </a >
175
186
176
187
## Working with list items by using REST
@@ -208,7 +219,7 @@ headers:
208
219
209
220
The following XML shows an example of the list item properties that are returned when you request the XML content type.
210
221
211
- ``` XML
222
+ ``` xml
212
223
<content type =" application/xml" >
213
224
<m : properties >
214
225
<d : FileSystemObjectType m : type =" Edm.Int32" >0</d : FileSystemObjectType >
@@ -235,7 +246,7 @@ Retrieves information about the list and its data. Using this API you can retrie
235
246
POST /_api/web/GetList(@listUrl)/RenderListDataAsStream?@listUrl=%27%2Fsites%2Fteam-a%2Flists%2FList%27
236
247
```
237
248
238
- #### URI Parameters
249
+ #### URI parameters
239
250
240
251
Following properties can be added as query string parameters to manipulate the returned data.
241
252
@@ -513,7 +524,7 @@ The following example shows how to create a list item in a folder.
513
524
POST /_api/web/lists/GetByTitle('Test')/AddValidateUpdateItemUsingPath
514
525
```
515
526
516
- #### URI Parameters
527
+ #### URI parameters
517
528
518
529
None
519
530
You can’t perform that action at this time.
0 commit comments