post EntityType
An activity feed post.
- Entity set path:
- [organization URI]/api/data/v9.2/posts
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Post
- Primary key:
- postid
- Primary name column:
- 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 |
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display name: Created On Read only
|
||||||||||||||||
largetext | Edm.String |
Shows the text of a post. Display name: Text |
||||||||||||||||
modifiedon | Edm.DateTimeOffset |
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. Display name: Modified On Read only
|
||||||||||||||||
postid | Edm.Guid |
Unique identifier for entity instances Display name: Post |
||||||||||||||||
source | Edm.Int32 |
Select whether the post was created manually or automatically. Display name: Source
Default options
|
||||||||||||||||
text | Edm.String |
Shows the text of a post. If this is a manual post, it appears in plain text. If this is an auto post, it appears in XML. Display name: Text |
||||||||||||||||
timezoneruleversionnumber | Edm.Int32 |
For internal use only. Display name: Time Zone Rule Version Number |
||||||||||||||||
type | Edm.Int32 |
Select the post type. Display name: Type
Default options
|
||||||||||||||||
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 |
Shows who created the record. |
_createdonbehalfby_value | createdonbehalfby |
Shows who created the record on behalf of another user. |
_modifiedby_value | modifiedby |
Unique identifier of the user who modified the record. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the record. |
_organizationid_value | organizationid |
Unique identifier of the organization associated with the solution. |
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_post_createdby |
createdonbehalfby | systemuser | lk_post_createdonbehalfby |
modifiedby | systemuser | lk_post_modifiedby |
modifiedonbehalfby | systemuser | lk_post_modifiedonbehalfby |
organizationid | organization | organization_post |
postregardingid | postregarding | post_PostRegardings |
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_activity_file_attachment | activityfileattachment | parentid_post |
post_AsyncOperations | asyncoperation | regardingobjectid_post |
post_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_post |
Post_Comments | postcomment | postid |
Post_Likes | postlike | postid |