RetrievePersonalWall Function
Retrieves pages of posts, including comments for each post, for all records that the calling user is following.
This Web API function corresponds to the organization service RetrievePersonalWallRequest.
Bound Entities
Bound functions are invoked by appending the function name to the URI representing an entity or collection.
EntityType | Binding Type |
---|---|
collection |
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
PageNumber |
Edm.Int32 |
false |
A specific page of posts that is designated by its page number |
|
PageSize |
Edm.Int32 |
false |
The number of posts per page |
|
CommentsPerPost |
Edm.Int32 |
false |
The number of comments per post. |
|
StartDate |
Edm.DateTimeOffset |
The start date and time of the posts that you want to retrieve. |
||
EndDate |
Edm.DateTimeOffset |
The end date and time of the posts that you want to retrieve |
||
Type |
Edm.Int32 |
Reserved for future use. |
||
Source |
Edm.Int32 |
The source of the post. |
Return Type
The RetrievePersonalWall function returns the following value.
Type | Nullable | Description |
---|---|---|
Collection(post EntityType) |
false |
Contains the results from the RetrievePersonalWall function. |
Vea también
Otros recursos
Web API EntityType Reference
Web API Action Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.