post EntityType
Description: An activity feed post.
Entity Set path: [organization URI]/api/data/v8.0/posts
Base Type: crmbaseentity EntityType
Display Name: Post
Primary Key: postid
Primary Name Attribute: text
Properties
Single-valued navigation properties
Collection-valued navigation properties
Operations bound to post
Operations using the post entity type.
Properties
Properties represent fields of data stored in the entity. Some properties are not writable.
Name | Type | Details |
---|---|---|
_createdby_value |
Edm.Guid |
Description: Shows who created the record. Computed property Read-only property |
_createdonbehalfby_value |
Edm.Guid |
Description: Shows who created the record on behalf of another user. Computed property Read-only property |
_modifiedby_value |
Edm.Guid |
Description: Unique identifier of the user who modified the record. Computed property Read-only property |
_modifiedonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who modified the record. Computed property Read-only property |
_organizationid_value |
Edm.Guid |
Description: Unique identifier of the organization associated with the solution. Computed property Read-only property |
_regardingobjectid_value |
Edm.Guid |
Description: Choose the parent record for the post to identify the customer, opportunity, case, or other record that the post most closely relates to. Computed property Read-only property |
_regardingobjectownerid_value |
Edm.Guid |
Description: Unique identifier of the user or team who owns the regarding object. Read-only property |
_regardingobjectowningbusinessunit_value |
Edm.Guid |
Description: Unique identifier of the business unit that owns the regarding object. Computed property Read-only property |
createdon |
Edm.DateTimeOffset |
Description: Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options. Display Name: Created On Read-only property |
modifiedon |
Edm.DateTimeOffset |
Description: 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 CRM options. Display Name: Modified On Read-only property |
postid |
Edm.Guid |
Description: Unique identifier for entity instances Display Name: Post |
source |
Edm.Int32 |
Description: Select whether the post was created manually or automatically. Default Options: 1 : Auto Post Display Name: Source |
text |
Edm.String |
Description: 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 |
Description: For internal use only. Display Name: Time Zone Rule Version Number |
type |
Edm.Int32 |
Description: Select the post type. Default Options: 1 : Check-in Display Name: Type |
utcconversiontimezonecode |
Edm.Int32 |
Description: Time zone code that was in use when the record was created. Display Name: UTC Conversion Time Zone Code |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced.
Name | Type | Partner |
---|---|---|
createdby |
lk_post_createdby |
|
createdonbehalfby |
lk_post_createdonbehalfby |
|
modifiedby |
lk_post_modifiedby |
|
modifiedonbehalfby |
lk_post_modifiedonbehalfby |
|
organizationid |
organization_post |
|
postregardingid |
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_AsyncOperations |
regardingobjectid_post |
|
post_BulkDeleteFailures |
regardingobjectid_post |
|
Post_Comments |
postid |
|
Post_Likes |
postid |
Operations bound to post
The following operations are bound to the post entity type.
Name | Bound to |
---|---|
Collection |
Operations using the post entity type.
The following operations use the post entity type in a parameter or return type.
Name | How used | Description |
---|---|---|
entityset Parameter |
Retrieves pages of posts, including comments for each post, for all records that the calling user is following. |
|
ReturnType |
Retrieves pages of posts, including comments for each post, for all records that the calling user is following. |
関連項目
他のリソース
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.