Get a single contact, Label access control is respected

get

/API/OData/OpportunityAnalysis/1/Contact/{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

Contact was successfully retrieved
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : Contact
Type: object
Show Source
Nested Schema : Account
Type: object
Show Source
Nested Schema : opportunities
Type: array
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 : AccountCampaignScore
Type: object
Show Source
Nested Schema : Opportunity
Type: object
Show Source
Nested Schema : opportunityRevenues
Type: array
Show Source
Nested Schema : OpportunityRevenue
Type: object
Show Source
Back to Top