URLs
GET api/v1/stories.xml (or .json)
LIST Activity Stories.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ContentId |
Guid? |
Content identifier |
否 |
||
ContentTypeId |
Guid? |
Content type identifier |
否 |
||
TypeId |
Guid? |
Categorization identifier |
否 |
||
ContentUrl |
string |
Content URL |
否 |
||
ContainerIds |
string |
Content container identifiers |
否 |
||
IncludeSubContainers |
bool? |
Include sub containers |
否 |
||
ApplicationId |
Guid? |
Content application identifier |
否 |
||
StoryIds |
string |
Comma separated list of StoryIds. Used to limit to a specific set of stories as well as sort order if SoryBy is set to StoryIdsOrder |
否 |
||
UserId |
int? |
User identifier |
否 |
||
StartDate |
DateTime? |
Start Date |
否 |
||
EndDate |
DateTime? |
End Date |
否 |
||
CreatedStartDate |
DateTime? |
Created Start Date |
否 |
||
CreatedEndDate |
DateTime? |
Created End Date |
否 |
||
SortBy |
string |
Sort by 'CreatedDate', 'LastUpdatedDate', 'StoryIdsOrder' if StoryIds is provided or 'Date'. Option 'Date' is obsolete. Default is 'LastUpdatedDate'. |
否 |
||
SortOrder |
string |
Sort order 'Ascending' or 'Descending' |
否 |
||
PageSize |
int? |
Page size to retrieve |
否 |
||
PageIndex |
int? |
Page index to retrieve |
否 |
||
Filters |
RestActivityStoryFilters |
Filters |
否 |
||
IncludeUserEffectiveMemberGroups |
bool? |
Include User Effective Member Groups |
否 |
||
IncludeAllJoinlessGroups |
bool? |
Include All Joinless Groups |
否 |