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": "3a3aefb8-3808-4b6c-b7de-fcb64b33f521",
"ParentId": "f369eaea-401a-49d7-930c-036daa70058a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bca42a81-de19-49f9-874c-f024fb8b82e9",
"bd29d283-c372-4144-be19-9e9d56da3067"
],
"Companies": [
"3af9d1b0-25ff-4dc1-8b88-9ba9f6a67c2d",
"37fbd6b7-6029-49b6-af77-24200f26c26d"
],
"Groups": [
"61274e7f-9c4f-45e2-8acc-68166611b343",
"7bbff61c-9376-42cd-849c-ec2de9b2796b"
],
"Opportunities": [
"68e82e7a-d614-4263-9072-7abb60c31977",
"65d15384-a75f-4d20-a274-e5b3f0d6eaf1"
]
}
}