Skip to content

Commit 8176f9e

Browse files
Merge pull request SharePoint#5822 from JarbasHorst/patch-9
Update working-with-lists-and-list-items-with-rest.md
2 parents 5733a98 + 9f092df commit 8176f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sp-add-ins/working-with-lists-and-list-items-with-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Working with lists and list items with REST
33
description: Perform basic create, read, update, and delete (CRUD) operations on lists and list items with the SharePoint REST interface.
4-
ms.date: 1/16/2020
4+
ms.date: 06/04/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -196,7 +196,7 @@ Accept: "application/json;odata=verbose"
196196
The following example shows how to retrieve a specific list item.
197197

198198
```http
199-
GET https://{site_url}/_api/web/lists/GetByTitle('Test')/items{item_id}
199+
GET https://{site_url}/_api/web/lists/GetByTitle('Test')/items({item_id})
200200
Authorization: "Bearer " + accessToken
201201
Accept: "application/json;odata=verbose"
202202
```

0 commit comments

Comments
 (0)