Access Plumb Score via API?

Hi, I am building an integration for our society. The RESTful API as always works very well. However I can't find a current lead-score field. Nothing happened in the complete recovery of contact. How can I access this? Thank you Sam

Hi Sam,

Rating API to drive has not yet been finalized, but once it is, we will add documentation here. In the meantime, you can use the following endpoint to retrieve the partition of lead for a particular contact:

And you can use the following parameter to retrieve the list of rating models:

Please note that there is a chance that these endpoints can change - because this has not been officially released yet. Contracts are close to final - so the changes are minimal.

Thank you

Fred

Tags: Marketers

Similar Questions

  • Why do the topics become Chinese when I access my email via Firefox but not Internet Explorer?

    Why do the topics become Chinese when I access my email via Firefox but not Internet Explorer?

    Hello, this is a display caused the extension Advisor default McAfee site - please try to disable or remove that in case you have now until there's a mcafee update that may resolve the problem.

    http://service.McAfee.com/faqdocument.aspx?ID=TS100162
    https://community.McAfee.com/thread/76071

  • broken screen can I access my phone via laptop?

    broken screen can I access my phone via my laptop?

    Yes, you can connect to iTunes and iPhoto if your screen is cracked. The screen lights up at all? Or is it cracked.

  • Cannot access the videos via USB more

    Nice day

    I have a HDR-SR10. I can't access the videos via USB more. drive appears blank in windows 8. Videos can be played through the screen of the device. Help, please

    Yes. Tried 2 usb ports with no luck.
    In fact. I downloaded the latest version of PMB and was able to import videos from cam. Once imported, I formatted the drive, then it pops up on the desktop as usual.
    For me, it wa weird experience and have no logical explanation.

  • How to give a limitation of internet access to users via gpedit.msc?

    How to give a limitation of internet access to users via gpedit.msc

    Hello

    Follow the below mentioned article:

    How to use the Group Policy Editor to manage the Local computer policy in Windows XP: http://support.microsoft.com/kb/307882

  • Safe mode, so I can not access the Services via a Normal startup.

    Services, including Security Center, Windows Update, SuperFetch needs to be restarted but Vista freezes outside Mode safe, so I can't access the Services via a Normal startup.
    CHKDSK shows the hard drive has no bad points and the system works fine in Safe Mode.
    No idea how to deal to freeze shortly after startup? Even McAfee should be started. No idea what order to these programs.
    I've already eliminated at least 10 programs that were part of the start-up, after executing six miracle of Microsoft Diagnostics.

    * original title - problem of catch-22 with Vista freezes *.

    Hello

    1. don't you make changes to the computer until the problem occurred?

    I suggest you to try the steps below and check if it helps.

    Try to put your computer in a clean boot state, and check to see if the same problem happens.

    By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

    How to troubleshoot a problem by performing a clean boot in Windows XP:
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startup mode.

    Hope this information is useful.

  • Get error Org assignment via API

    Dear all,

    I'll assign some elements via API (EGO_ITEM_PUB. org ASSIGN_ITEM_TO_ORG) and error.

    Even I downloaded the number of items through this process.

    The revision came is an element that does not exist in MTL_SYSTEM_ITEMS, or MTL_SYSTEM_ITEMS_INTERFACE.

    In the interface table (MTL_SYSTEM_ITEMS_INTERFACE) record exists.

    The value default main unit of measure is not valid or has not been set.  "Please check the profile option ' INV: Default main unit of measure.

    Thanks in advance to all.

    OK, then give any value that lies in lov and try.

  • Install the components of the network on vSphere host via API NSX virtualization

    I want to install the components of the network on vSphere host via API NSX virtualization, can anyone help me?

    Hello

    What SDK NSX are you referring?

    I can confirm, that the next REST call will work to prepare the cluster hosts.

    POSTER https://nsx-mgr-ip/api/2.0/nwfabric/configure

    field-c11

    You will receive the in the http response.

    The job status can be asked here:

    https://NSX-Mgr-IP/api/2.0/services/taskservice/job/

    field - c11-> MoRef of the cluster you want to prepare. I guess you know how to get the MoRef in a Cluster.

    Don't forget basic authentication and the Content-Type: application / xml header

    I hope this helps

    Fab

  • IOM "Modify resource of stocked" via api does not change the resource

    Hello!

    I'm having a problem to make requests to "Change the provisioned resources" via api.

    Demand is well created in IOM and contains all data for the modification of the resource.

    Approval of the application is done well, the status of the request is "Request completed" but then there is no change in the form of the resource.

    Does anyone have an idea why this happens?

    TKS

    Solved!

    entity.setEntityKey (OIU_KEY);

    TKS

  • How to remove the meeting via API to use Adobe Connect 8 Web Services

    Support using Adobe Connect 8 Web Services API 'Meetings to create' to create an Acrobat Connect Pro meeting.

    But I don't find not "Delete meeting" API similar to delete the meeting, could you tell me how to remove the meeting via API.

    Thank you!

    You must have used sco - create to create the meeting. To remove a meeting, use sco - remove API call.

    Find its documentation here.

  • State of the listed material unknown state via API, not so much using VMware Infrastructure Client

    Anyone know if it is a result of ESXi vs say Foundation, company, etc.?  Querying the State of the material using the perl Toolbox storage devices returned the status of "unknown".  While the use of the Windows infrastructure client under 'configuration' then 'State of health', storage devices are listed as with the lights green and 'Normal '.

    through perl toolkit, for example:

    print join ("\t", $host - & gt; name, $hba - & gt; device, $hba - & gt; key, $hba - & gt; model, $hba - & gt; status, $hba - & gt; pilot, $hba - & gt; bus). "\t";

    foo.com vmhba32 key - vim.host.ParallelScsiHba - 4 port SATA IDE Controller (ICH9) vmhba32 unknown ata_piix 0

    To obtain the status of storage devices, as seen in VI Client, you must watch HostStorageElementInfo API. This API gives the State of operation of the various components of storage. To access data from this API, you need to drill down to the next of the object "HostSystem: property

    runtime.healthSystemRuntime.hardwareStatusInfo.storageStatusInfo

    This will give the HostStorageElementInfo table and held the State values, as seen in the VI client.

    Hope this information is useful.

  • to access the components via script?

    Hi can someone tell me how to access the components via script

    pls... Thank you

    Hello

    You can access any component in the flex application based on the hierarchy of this component.

    parentApplication.CompParentOf_2.CompParentOf_1.AnyComponent;

    parentApplication.CompParentOf_2.CompParentOf_1.AnyPublicVar;

    ParentApplication is defined as the main appplication.

    You can use this script anywhere in the application.

    I hope this can help you if you are looking for it.

    Thank you.

    -

    Afonso

  • To access the news Eloqua users via API

    Hello.

    2 questions:

    1. we are working on an application that requires the user to connect. Will be used only by people with access to an instance of Eloqua. I wonder if it is possible to allow users to connect with their Eloqua user credentials?

    2. can I I attach an activity to a user account existing Eloqua - e.g. E-mail creation or transfer of data made through the API? If so, where can I find documentation on this?

    Thank you
    Adam

    Hi Adam,.

    In regard to your first question - you can use Eloqua as an authentication source using the name of user and password provided by the user to make a very basic API call (IE. ListEntities).  If retrieve you data from the API, then the user is valid.  If there is an error returned, he will probably be one of two problems: a) the name of user and password supplied were invalid, or b) the name of user and password provided was valid, but the user has turned on Eloqua API permissions.  The error of the Eloqua API will allow you to determine which scenario is. You need to perform some sort of management session in your application to associate a session active Eloqua credentials and of course make sure that all course - is any form accepting Eloqua credentials must be secured by SSL, and any API call you make must be made via an SSL connection.

    Your second question is closely linked to the first - if you are using credentials Eloqua as the sign - it for your application, then these credentials should be used as authentication to Eloqua API calls.  In doing so, you will bind the activities performed by the API so that the user - for example, create/modify emails, creating/editing contacts, etc.

    Hope that helps!  Let me know if you need further clarification.

    Chris

  • How to access a conditional expression IF-step via API?

    If we have a flow control stage IF so we can access its conditional expression via:

    "" 'RunState.SequenceFile.Data.Seq ["MainSequence']." Hand ['IF']. ConditionExpr

    How to access this term if we do not know the type of step beforehand? I create a sort of auditor of static expressions. I have access to a step through

    RunState.InitialSelection.SelectedFile.Data.Seq [Locals.seqIndex]. GetStep (Locals.stepIndex, Locals.groupIndex)

    What if

    RunState.InitialSelection.SelectedFile.Data.Seq [Locals.seqIndex]. GetStep (Locals.stepIndex, Locals.groupIndex). StepType.Name == "NI_Flow_If".

    then I want to use the Engine.CheckExpression method to the conditional expression IF-step

    Hey maksya,

    Attached is a file of sequence with a flow control if statement that checks to see if the step is a 'NI_Flow_If' using:

    "" 'RunState.SequenceFile.Data.Seq ["MainSequence']." GetStep (0, StepGroup_Main). StepType.Name == "NI_Flow_If".

    If this is the case, it will then call check expression on the current ConditionExpr:

    RunState.Engine.CheckExpression (ThisContext, RunState.SequenceFile.Data.Seq ["MainSequence"]. GetStep(0,StepGroup_Main). ConditionExpr, 0, Locals.errorString, NULL, null)

    You will notice that this expression is not valid, and that's because "ConditionExpr" is not valid for all types of step.  However, because this step will not work UNLESS the stage is a NI_Flow_If, the expression will be valid at run time.

    Also is that I changed to using InitialSelection.SelectedFile to SequenceFile just to facilitate the testing of the installation.  However, it will be the same for your SelectedFile.

  • Access to the Web Client via API vSphere vSphere tags?

    Is it possible to access vSphere client Web tags on these recent iterations of vSphere API?

    Suite KB States that they are not accessible, is still valid with vCenter Server 5.5 U2?

    http://KB.VMware.com/kb/2064168

    It would be very useful to have access to this information for marking of VCO/VRO.

    Not yet possible. Workaround is to use the powershell plugin to call cmdlets tag here.

    Gesendet von meinem LG Mobile

Maybe you are looking for