feedback EntityType

Feedback and rating.

Entity Set Path
[organization URI]/api/data/v9.2/feedback
Base Type
crmbaseentity
Display Name
Feedback
Primary Key
feedbackid
Primary Key Attribute
title
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
adx_approved Edm.Boolean

Shows whether the feedback is approved for display.

Display Name: Published To Web

Default Options
Values Label
1 Yes
0 No
adx_authorurl Edm.String

The URL of the author’s home page/blog.

Display Name: Author URL

adx_contactemail Edm.String

Email of the contact who created the record.

Display Name: Email

adx_contactusername Edm.String

Username of the contact who created the record.

Display Name: Username

adx_createdbycontact Edm.String

Name of the contact who created the record.

Display Name: Created By Name (Contact)

closedon Edm.DateTimeOffset

Shows the date and time when the record was closed. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options.

Display Name: Closed On

Read Only
comments Edm.String

Type the feedback comments.

Display Name: Comments

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
exchangerate Edm.Decimal

Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.

Display Name: Exchange Rate

Read Only
feedbackid Edm.Guid

FeedbackId

Display Name: Feedback

importsequencenumber Edm.Int32

Unique identifier of the data import or data migration that created this record.

Display Name: Import Sequence Number

maxrating Edm.Int32

Enter the maximum rating value.

Display Name: Maximum Rating

minrating Edm.Int32

Enter the minimum rating value.

Display Name: Minimum Rating

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
normalizedrating Edm.Decimal

Shows the rating scaled to a value between 0 and 1 based on minimum and maximum ratings.

Display Name: Normalized Rating

Read Only
Is Computed
overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

rating Edm.Int32

Specifies how helpful the related record was.

Display Name: Rating

source Edm.Int32

Shows where the feedback was submitted from.

Display Name: Source

Default Options
Values Label
0 Internal
1 Portal
statecode Edm.Int32

Shows whether the feedback is open, rejected or closed.

Display Name: Status

Default Options
Values Label
0 Open
1 Closed
statuscode Edm.Int32

Select the feedback's status.

Display Name: Status Reason

Default Options
Values Label
1 Proposed
2 Accepted
3 Closed
4 Rejected
title Edm.String

Type a title for the feedback.

Display Name: Title

versionnumber Edm.Int64

Version number of the feedback.

Display Name: Version Number

Read Only

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
_closedby_value closedby

Shows who closed the record.

_createdby_value createdby

Shows who created the record.

_createdbycontact_value CreatedByContact

Shows the contact who created the record.

_createdonbehalfby_value createdonbehalfby

Shows who created the record on behalf of another user.

_createdonbehalfbycontact_value CreatedOnBehalfByContact

Shows the contact who created the record on behalf of another user.

_modifiedby_value modifiedby

Shows who last updated the record.

_modifiedonbehalfby_value ModifiedOnBehalfBy

Unique identifier of the delegate user who modified the record.

_msdyn_contextobjectid_value msdyn_ContextObjectId_knowledgearticle

Shows the record in context of which feedback rating is being provided.

_ownerid_value ownerid

Unique identifier of the user or team who owns the knowledge article views.

_owningbusinessunit_value owningbusinessunit

Unique identifier of the business unit that owns the knowledge article views.

_regardingobjectid_value ContactId
FeedbackId
KnowledgeArticleId

Shows the record that the feedback is associated with.

_transactioncurrencyid_value transactioncurrencyid

Choose the local currency for the record to make sure budgets are reported in the correct currency.

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
closedby systemuser lk_feedback_closedby
ContactId contact Contact_Feedback
createdby systemuser lk_feedback_createdby
CreatedByContact contact lk_contact_feedback_createdby
createdonbehalfby systemuser lk_feedback_createdonbehalfby
CreatedOnBehalfByContact contact lk_contact_feedback_createdonbehalfby
FeedbackId feedback feedback_feedback
KnowledgeArticleId knowledgearticle KnowledgeArticle_Feedback
modifiedby systemuser lk_feedback_modifiedby
ModifiedOnBehalfBy systemuser lk_feedback_modifiedonbehalfby
msdyn_ContextObjectId_knowledgearticle knowledgearticle msdyn_knowledgearticle_feedback_context
ownerid principal owner_feedback
owningbusinessunit businessunit business_unit_feedback
transactioncurrencyid transactioncurrency transactioncurrency_feedback

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
feedback_DuplicateBaseRecord duplicaterecord baserecordid_feedback
feedback_DuplicateMatchingRecord duplicaterecord duplicaterecordid_feedback
feedback_feedback feedback FeedbackId
feedback_principalobjectattributeaccess principalobjectattributeaccess objectid_feedback
Feedback_SyncErrors syncerror regardingobjectid_feedback_syncerror

Operations

The following operations can be used with the feedback entity type.

Name Binding
GrantAccess Not Bound
ModifyAccess Not Bound
RetrievePrincipalAccess Not Bound
RetrieveSharedPrincipalsAndAccess Not Bound
RevokeAccess Not Bound

See also