Referencia de tabla o entidad Like (PostLike)
Nota
¿No está seguro de tabla frente a entidad? Vea Desarrolladores: comprender la terminología en Microsoft Dataverse.
A like on an activity feed post.
Mensajes
Mensaje | Operación de API web | Método o clase de SDK |
---|---|---|
Create | POST [org URI]/api/data/v9.0/postlikes Vea Crear |
CreateRequest o Create |
Delete | DELETE [org URI]/api/data/v9.0/postlikes(postlikeid) Vea Eliminar |
DeleteRequest o Delete |
Retrieve | GET [org URI]/api/data/v9.0/postlikes(postlikeid) Vea Recuperar |
RetrieveRequest o Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/postlikes Vea Consultar datos |
RetrieveMultipleRequest o RetrieveMultiple |
Propiedades
Propiedad | Valor |
---|---|
CollectionSchemaName | PostLikes |
DisplayCollectionName | Likes |
DisplayName | Like |
EntitySetName | postlikes |
IsBPFEntity | False |
LogicalCollectionName | postlikes |
LogicalName | postlike |
OwnershipType | OrganizationOwned |
PrimaryIdAttribute | postlikeid |
PrimaryNameAttribute | |
SchemaName | PostLike |
Columnas/atributos que se pueden escribir
Estas columnas o atributos devuelven true para IsValidForCreate o IsValidForUpdate (generalmente ambos). Listado por SchemaName.
PostId
Propiedad | Valor |
---|---|
Description | Unique identifier of the post with which the like is associated. |
DisplayName | Post |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | postid |
RequiredLevel | SystemRequired |
Targets | post |
Type | Lookup |
PostLikeId
Propiedad | Valor |
---|---|
Description | Shows the ID of the post like. |
DisplayName | PostLikeId |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | postlikeid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
TimeZoneRuleVersionNumber
Propiedad | Valor |
---|---|
Description | For internal use only. |
DisplayName | Time Zone Rule Version Number |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | timezoneruleversionnumber |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
UTCConversionTimeZoneCode
Propiedad | Valor |
---|---|
Description | Time zone code that was in use when the record was created. |
DisplayName | UTC Conversion Time Zone Code |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | utcconversiontimezonecode |
MaxValue | 2147483647 |
MinValue | -1 |
RequiredLevel | None |
Type | Integer |
Columnas/atributos de sólo lectura
Estas columnas o atributos devuelven false tanto para IsValidForCreate como para IsValidForUpdate. Listado por SchemaName.
- CreatedBy
- CreatedByName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- PostIdName
CreatedBy
Propiedad | Valor |
---|---|
Description | Unique identifier of the user who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Propiedad | Valor |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the record was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Propiedad | Valor |
---|---|
Description | Unique identifier of the delegate user who created the record. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OrganizationId
Propiedad | Valor |
---|---|
Description | Unique identifier of the organization associated with the solution. |
DisplayName | Organization |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationid |
RequiredLevel | SystemRequired |
Targets | organization |
Type | Lookup |
OrganizationIdName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationidname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
PostIdName
Propiedad | Valor |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | postidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
Relaciones de varios a uno
Cada relación de varios a uno se define mediante una relación de uno a varios correspondiente con la tabla relacionada. Listado por SchemaName.
lk_postlike_createdonbehalfby
Consulte la relación de uno a varios lk_postlike_createdonbehalfby de la tabla systemuser.
Post_Likes
Consulte la relación de uno a varios Post_Likes de la tabla post.
lk_postlike_createdby
Consulte la relación de uno a varios lk_postlike_createdby de la tabla systemuser.
organization_postlike
Consulte la relación de uno a varios organization_postlike de la tabla organization.
Consultar también
Referencia de tabla o entidad de Dataverse Referencia de la API web postlike EntityType