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": "29fffa37-f5f0-4e05-b820-e521b1435f3b",
"ParentId": "965a7b61-328f-439d-9537-7782fdb11448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f69e6b9c-c772-4e46-a5fb-528f97e9a497",
"5487bff2-633c-45e2-acc5-7d940cc06007"
],
"Companies": [
"5b8c660c-618b-4d21-b577-a5fee9cb02d0",
"4da0b578-5512-4563-b0ce-ee78228d8a5a"
],
"Groups": [
"393fe815-1294-49f3-9905-04a14b2a74ed",
"afddf22f-a2b1-4277-8dea-1197fa2e7902"
],
"Opportunities": [
"f3b4010c-dc03-43fe-abcd-dcf36ce96ab1",
"97b08d76-9061-4609-b677-bd0af12b04fb"
]
}
}