GET api/Opportunities
Get Opportunity records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludeLink
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "7b2336ec-bf00-46fe-8e37-0bde3a39bbf4",
"ParentId": "9d8248c9-6815-4d04-b275-afe11c3b2123",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f0215de7-fb64-4de9-ad00-53de0fb93aef",
"5b5bb40a-3ceb-49ad-a1a8-90f6e11b5981"
],
"Companies": [
"e8e0ed19-dccf-40c7-93d6-152d62650b7f",
"c483ff69-bfcb-4250-a51c-15860c79570f"
],
"Groups": [
"11d9df53-1d79-4c8b-adb6-07b6c66cdf51",
"0a1eb097-d403-4022-bd00-545381432942"
],
"Opportunities": [
"171650d3-ea19-4b0b-8529-47cefc8481f2",
"488cb52f-b22c-4e1e-be93-29cd719fc92d"
]
}
},
{
"Id": "7b2336ec-bf00-46fe-8e37-0bde3a39bbf4",
"ParentId": "9d8248c9-6815-4d04-b275-afe11c3b2123",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f0215de7-fb64-4de9-ad00-53de0fb93aef",
"5b5bb40a-3ceb-49ad-a1a8-90f6e11b5981"
],
"Companies": [
"e8e0ed19-dccf-40c7-93d6-152d62650b7f",
"c483ff69-bfcb-4250-a51c-15860c79570f"
],
"Groups": [
"11d9df53-1d79-4c8b-adb6-07b6c66cdf51",
"0a1eb097-d403-4022-bd00-545381432942"
],
"Opportunities": [
"171650d3-ea19-4b0b-8529-47cefc8481f2",
"488cb52f-b22c-4e1e-be93-29cd719fc92d"
]
}
}
]