Skip to content

Commit f88a647

Browse files

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/general-development/social-feed-rest-api-reference-for-sharepoint.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Type: [SP.Social.SocialFeedOptions](social-feed-rest-api-reference-for-sharepoi
236236

237237
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.
238238

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

241241
### Response
242242

@@ -564,7 +564,7 @@ Type: [SP.Social.SocialFeedOptions](social-feed-rest-api-reference-for-sharepoi
564564

565565
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.
566566

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

569569
### Response
570570

@@ -769,7 +769,7 @@ Type: [SP.Social.SocialFeedOptions](social-feed-rest-api-reference-for-sharepoi
769769

770770
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.
771771

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

774774
### Response
775775

@@ -932,7 +932,7 @@ Type: [SP.Social.SocialFeedOptions](social-feed-rest-api-reference-for-sharepoi
932932

933933
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.
934934

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

937937
### Response
938938

@@ -1114,7 +1114,7 @@ Type: [SP.Social.SocialFeedOptions](social-feed-rest-api-reference-for-sharepoi
11141114

11151115
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.
11161116

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

11191119
### Response
11201120

@@ -1537,7 +1537,7 @@ The account name of the specified user.
15371537

15381538

15391539

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

15421542

15431543

@@ -1656,7 +1656,7 @@ The maximum number of threads, date-time range, and sort order. You can optional
16561656

16571657

16581658

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]'&amp;@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]'&amp;@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.
16601660

16611661

16621662

@@ -3331,4 +3331,4 @@ The following properties belong to the **SocialThread** object.
33313331
- [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)
33323332
- [Work with social feeds in SharePoint](work-with-social-feeds-in-sharepoint.md)
33333333
- [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

Comments
 (0)