Click or drag to resize
ContactScoringController Class
Provides endpoint for retrieving the data required for the contact's scorings.
Inheritance Hierarchy
SystemObject
  ApiController
    CMS.ContactManagement.Web.UI.InternalContactScoringController

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 10.0.0
Syntax
C#
public sealed class ContactScoringController : ApiController

The ContactScoringController type exposes the following members.

Constructors
  NameDescription
Public methodContactScoringController
Instantiates new instance of ContactScoringController.
Top
Methods
  NameDescription
Public methodGet
Retrieves instances of ContactScoringViewModel for the given contactId.
Top
See Also