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
MutableEntityExtendedName | 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": "75172022-fc02-4568-bfe2-ad3874a3dc10", "ParentId": "ac42b4a6-a7e1-447b-ac3d-05a3cc6534d5", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e0285d32-8d6e-4021-a9c6-0925d4af734d", "29709d92-0b62-4617-8dae-626a0180d1fb" ], "Companies": [ "6bea1bed-235e-4b84-a20e-760d86614658", "3fe25731-11eb-4e3d-ae8f-e1ec72bddc6d" ], "Groups": [ "e3ebb2af-cc61-4d7a-925e-6b9027a4a84c", "780894c3-89a7-40a1-a5b7-9aad3c45a5a9" ], "Opportunities": [ "3030ffde-7cf5-49b9-a06c-da600eaafb81", "c21089f6-e2f5-4ba3-b5fe-4aca1398ca4e" ] } }