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": "3077a2dd-65ce-499b-ac28-79b08c3a3597",
"ParentId": "25dd852e-2a2a-485a-a5f5-3b736248aae1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6382c2a2-a776-40ec-bba0-f313b46f6d27",
"cf4973c9-152b-4671-91a5-85257c6cd405"
],
"Companies": [
"576ab81d-1ef3-4358-b072-2fc26f6bf955",
"f02a80ce-0eef-4600-88a3-34f575e1486e"
],
"Groups": [
"34bf2863-e5a2-4ece-a864-5d962801858b",
"55f6287c-f288-4296-9ceb-e7689651d8c7"
],
"Opportunities": [
"15ab4f8b-1980-43fb-9868-ac486939438a",
"c0590d3a-a870-43f2-9a8e-6ef2d97376d3"
]
}
}