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": "24097110-d053-4ac0-9312-f1cc6c897b15",
"ParentId": "f0bf7233-6d81-41d1-bcb6-a2527aba5424",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"12606be6-9f3a-4ac9-a778-355bb0dd2137",
"2c5b3101-934e-4b10-81cd-c29e36b1edb4"
],
"Companies": [
"8833fbd3-9e04-487b-8396-81cdca20d5b2",
"150cb35a-b5b4-4221-a9ee-35060ead256f"
],
"Groups": [
"0c237211-a2bc-4430-b2e3-abe15fd7a870",
"0851be6f-9876-4e1d-8fc3-ba1de39c4088"
],
"Opportunities": [
"73d79ac2-7903-428c-81ee-8831b8e9ecbc",
"48a210f0-d082-4ccc-9253-4365ab60e151"
]
}
},
{
"Id": "24097110-d053-4ac0-9312-f1cc6c897b15",
"ParentId": "f0bf7233-6d81-41d1-bcb6-a2527aba5424",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"12606be6-9f3a-4ac9-a778-355bb0dd2137",
"2c5b3101-934e-4b10-81cd-c29e36b1edb4"
],
"Companies": [
"8833fbd3-9e04-487b-8396-81cdca20d5b2",
"150cb35a-b5b4-4221-a9ee-35060ead256f"
],
"Groups": [
"0c237211-a2bc-4430-b2e3-abe15fd7a870",
"0851be6f-9876-4e1d-8fc3-ba1de39c4088"
],
"Opportunities": [
"73d79ac2-7903-428c-81ee-8831b8e9ecbc",
"48a210f0-d082-4ccc-9253-4365ab60e151"
]
}
}
]