RetrieveRecordWall Function

Retrieves pages of posts, including comments for each post, for a specified record.

Bound Entities

Bound functions are invoked by appending the fully qualified function name to the URI representing an entity or collection.

Entity Type Binding Type
post collection

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
Entity
crmbaseentity False True

The record for which to retrieve the wall.

PageNumber
Edm.Int32 False True

A specific page of posts that is designated by its page number.

PageSize
Edm.Int32 False True

Number of posts per page

CommentsPerPost
Edm.Int32 False True

Number of comments per post.

StartDate
Edm.DateTimeOffset True True

Start date and time of the posts that you want to retrieve.

EndDate
Edm.DateTimeOffset True True

End date and time of the posts that you want to retrieve.

Type
Edm.Int32 True True

Reserved for future use.

Source
Edm.Int32 True True

Source of the post.

SortDirection
Edm.Boolean True True

When true, reverse the default sort direction so that posts appear in ascending order.

Keyword
Edm.String True False

The search pattern to filter posts with. Wild card searches are supported.

Return Type

Type Nullable Description
Collection(post) False The RetrieveRecordWall function returns the following value.

See also