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": "befa0293-e358-4dde-9dc3-ee36909fdbff",
"ParentId": "b761956c-5924-4340-9803-781e72b3ac98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7112087e-1287-4371-b63a-ed11c18ddd82",
"dfd2617b-a1c6-46c5-a827-60840e304099"
],
"Companies": [
"0d53ffc3-d076-455c-a3fb-7241a646ad5a",
"dc25f8df-db92-45aa-82c1-23168ee5d9ce"
],
"Groups": [
"d7b61d78-98f6-4c46-a0d5-98f8733c4e18",
"edf076e1-d6de-4c9b-a73a-de400dbb5e6a"
],
"Opportunities": [
"3418cda7-11d2-42b4-b4a5-ed50e74c6741",
"a47a8fa4-c3ea-4f77-ab74-0c5e9b7e172a"
]
}
},
{
"Id": "befa0293-e358-4dde-9dc3-ee36909fdbff",
"ParentId": "b761956c-5924-4340-9803-781e72b3ac98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7112087e-1287-4371-b63a-ed11c18ddd82",
"dfd2617b-a1c6-46c5-a827-60840e304099"
],
"Companies": [
"0d53ffc3-d076-455c-a3fb-7241a646ad5a",
"dc25f8df-db92-45aa-82c1-23168ee5d9ce"
],
"Groups": [
"d7b61d78-98f6-4c46-a0d5-98f8733c4e18",
"edf076e1-d6de-4c9b-a73a-de400dbb5e6a"
],
"Opportunities": [
"3418cda7-11d2-42b4-b4a5-ed50e74c6741",
"a47a8fa4-c3ea-4f77-ab74-0c5e9b7e172a"
]
}
}
]