You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maximum number of threads, date-time range, and sort order. You can optionally specify any combination of these properties, for example, you can specify only the **MaxThreadCount** property.
238
238
239
-
You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/feed(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **\@v** alias to send a **:** character.
239
+
You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/feed(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **\@v** alias to send a **:** character.
The maximum number of threads, date-time range, and sort order. You can optionally specify any combination of these properties, for example, you can specify only the **MaxThreadCount** property.
566
566
567
-
You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/News(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **@v** alias to send a **:** character.
567
+
You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/News(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **\@v** alias to send a **:** character.
The maximum number of threads, date-time range, and sort order. You can optionally specify any combination of these properties, for example, you can specify only the **MaxThreadCount** property.
771
771
772
-
You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/timelinefeed(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **@v** alias to send a **:** character.
772
+
You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/timelinefeed(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **\@v** alias to send a **:** character.
The maximum number of threads, date-time range, and sort order. You can optionally specify any combination of these properties, for example, you can specify only the **MaxThreadCount** property.
934
934
935
-
You can optionally specify retrieval options in the query string. You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/likes(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **@v** alias to send a **:** character.
935
+
You can optionally specify retrieval options in the query string. You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/likes(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **\@v** alias to send a **:** character.
The maximum number of threads, date-time range, and sort order. You can optionally specify any combination of these properties, for example, you can specify only the **MaxThreadCount** property.
1116
1116
1117
-
You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/likes(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **@v** alias to send a **:** character.
1117
+
You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/my/likes(OlderThan=@v)?@v=datetime'2013-01-01T08:00'` uses the **\@v** alias to send a **:** character.
1118
1118
1119
1119
### Response
1120
1120
@@ -1537,7 +1537,7 @@ The account name of the specified user.
1537
1537
1538
1538
1539
1539
1540
-
You send the _item_ parameter in the query string. You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/actor(item=@v)?@v='i:0"%23".f|membership|[email protected]'` uses the **@v** alias and the **"%23"** encoding to send a **#** character.
1540
+
You send the _item_ parameter in the query string. You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/actor(item=@v)?@v='i:0"%23".f|membership|[email protected]'` uses the **\@v** alias and the **"%23"** encoding to send a **#** character.
1541
1541
1542
1542
1543
1543
@@ -1656,7 +1656,7 @@ The maximum number of threads, date-time range, and sort order. You can optional
1656
1656
1657
1657
1658
1658
1659
-
You can use an **@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/actor(item=@v)/feed(NewerThan=@x)?@v='i:0"%23".f|membership|[email protected]'&@x=datetime'2013-01-01T08:00'` uses the **@v** alias and the **"%23"** encoding to send a **#** character, and the **@x** alias to send a **:** character.
1659
+
You can use an **\@** alias to pass special characters. For example, `<siteUri>/_api/social.feed/actor(item=@v)/feed(NewerThan=@x)?@v='i:0"%23".f|membership|[email protected]'&@x=datetime'2013-01-01T08:00'` uses the **\@v** alias and the **"%23"** encoding to send a **#** character, and the **\@x** alias to send a **:** character.
1660
1660
1661
1661
1662
1662
@@ -3331,4 +3331,4 @@ The following properties belong to the **SocialThread** object.
3331
3331
-[How to: Learn to read and write to the social feed by using the REST service in SharePoint](how-to-learn-to-read-and-write-to-the-social-feed-by-using-the-rest-service-in-s.md)
3332
3332
-[Work with social feeds in SharePoint](work-with-social-feeds-in-sharepoint.md)
3333
3333
-[Following people and content REST API reference for SharePoint](following-people-and-content-rest-api-reference-for-sharepoint.md)
3334
-
- To see the members in the **SP.Social** OData schema used by the SharePoint REST service, browse to `http://<siteUri>/_api/$metadata`.
3334
+
- To see the members in the **SP.Social** OData schema used by the SharePoint REST service, browse to `http://<siteUri>/_api/$metadata`.
0 commit comments