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": "07137648-47e5-41c3-8a48-d2c97f591ace",
"ParentId": "96075abc-7768-4182-9de1-ba182c1985de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"18bb9967-1c18-4e7b-afb6-489036e97086",
"674cb919-bef7-4ca9-8c31-bb1ace565b6a"
],
"Companies": [
"8322e89f-e92d-45cb-8e38-e5ad1b545396",
"cfb6aa32-024e-4c9f-b062-e64c092d89a9"
],
"Groups": [
"a4bb130c-800c-4dcd-80f8-3819833e5696",
"3f63179e-3b97-4a6e-8256-d9b4eed79a2e"
],
"Opportunities": [
"fc2dcb42-a981-4482-acfa-cd8c5f8a1de7",
"49f65343-beb8-4c61-84f1-d7d9005c6d1a"
]
}
},
{
"Id": "07137648-47e5-41c3-8a48-d2c97f591ace",
"ParentId": "96075abc-7768-4182-9de1-ba182c1985de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"18bb9967-1c18-4e7b-afb6-489036e97086",
"674cb919-bef7-4ca9-8c31-bb1ace565b6a"
],
"Companies": [
"8322e89f-e92d-45cb-8e38-e5ad1b545396",
"cfb6aa32-024e-4c9f-b062-e64c092d89a9"
],
"Groups": [
"a4bb130c-800c-4dcd-80f8-3819833e5696",
"3f63179e-3b97-4a6e-8256-d9b4eed79a2e"
],
"Opportunities": [
"fc2dcb42-a981-4482-acfa-cd8c5f8a1de7",
"49f65343-beb8-4c61-84f1-d7d9005c6d1a"
]
}
}
]