Get a single Account This endpoint is only available for Guided Campaign customers.

get

/API/OData/OpportunityAnalysis/1/AccountCampaignScore/{key}

Request

Supported Media Types
Path Parameters
Query Parameters
  • Indicates whether the total count of items within a collection are returned in the result.
    Default Value: false
  • Indicates the related entities to be represented inline. The maximum depth is 2.
  • Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.
  • Specifies the order in which items are returned. The maximum number of expressions is 5.
  • Limits the properties returned in the result.
  • Excludes the specified number of items of the queried collection from the result.
  • Limits the number of items returned from a collection. The maximum value is 10000.
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : AccountCampaignScore
Type: object
Show Source
Nested Schema : Account
Type: object
Show Source
Nested Schema : accountCampaignScores
Type: array
Show Source
Nested Schema : AccountEngagement
Type: object
Show Source
Nested Schema : contacts
Type: array
Show Source
Nested Schema : Contact
Type: object
Show Source

400 Response

The query specified in the URI is not valid. The Guided Campaign module is required to access this entity

401 Response

Unauthorized

403 Response

Eloqua Analyzer license is required.
Back to Top