postcomment EntityType

A comment on an activity feed post.

Entity set path:
[organization URI]/api/data/v9.2/postcomments
Base type:
crmbaseentity
Display name:
Comment
Primary key:
postcommentid
Primary key attribute:
text
Operations supported:
POST GET DELETE

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display name: Created On

Read only
largetext Edm.String

Shows the text of a post comment.

Display name: Text

postcommentid Edm.Guid

Shows the ID of the post comment.

Display name: PostComment

text Edm.String

Text of the comment.

Display name: Text

timezoneruleversionnumber Edm.Int32

For internal use only.

Display name: Time Zone Rule Version Number

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display name: UTC Conversion Time Zone Code

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_createdby_value createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_organizationid_value organizationid

Unique identifier of the organization associated with the solution.

_postid_value postid

Unique identifier of the post with which the comment is associated.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
createdby systemuser lk_postcomment_createdby
createdonbehalfby systemuser lk_postcomment_createdonbehalfby
organizationid organization organization_PostComment
postid post Post_Comments

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
post_comment_activity_file_attachment activityfileattachment parentid_postcomment

See also