文章 List Activity Story REST 端点

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