GET api/Opportunities/{id}
Get a Opportunity by ID Supported Headers: SelectField, IncludeLink
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MutableEntityExtended| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "4e1b12bf-f4dc-4473-bbd4-4ccadc596520",
"ParentId": "f075c9d2-bd18-4f68-884b-37ad69e78a77",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"35782c02-facd-4381-b6ba-16bb56bb3f00",
"0402462a-c4cb-40b7-a0cf-93c81d852f35"
],
"Companies": [
"40417196-2082-4233-9e54-1f6b80197bd3",
"f157ad70-bbe8-470f-82b4-649a9f46c82f"
],
"Groups": [
"9bd3246d-4da7-4546-83d6-114e01b57612",
"64ad696c-b2c4-4a0e-93fd-c0233fd0bc9e"
],
"Opportunities": [
"0cdd4442-c8ea-49a6-b587-83e8811919d6",
"6090825b-79ac-44c5-91a1-8ef6fbbea3e2"
]
}
}