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": "5b42e230-1c8d-459b-9903-85b64e96182c",
"ParentId": "3118d373-a2a2-4730-a3cf-54f15197ecff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"444b7633-d900-4575-8d57-a65ade63fb06",
"ffdbbf30-5603-4e58-b206-58f3a7f33c61"
],
"Companies": [
"20b4084f-937a-4387-a23d-44c9480c000d",
"f7a20f7c-6504-4492-b9a8-5fe533ebfba7"
],
"Groups": [
"00f924b0-3ace-46e7-bd19-dda17523161b",
"53e8cd90-926f-4ec8-9046-948b96ee9500"
],
"Opportunities": [
"064fe1a1-212b-4270-b3e4-21af519d5739",
"d40ad14f-afcb-4f8e-8c3f-5713e27113ce"
]
}
},
{
"Id": "5b42e230-1c8d-459b-9903-85b64e96182c",
"ParentId": "3118d373-a2a2-4730-a3cf-54f15197ecff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"444b7633-d900-4575-8d57-a65ade63fb06",
"ffdbbf30-5603-4e58-b206-58f3a7f33c61"
],
"Companies": [
"20b4084f-937a-4387-a23d-44c9480c000d",
"f7a20f7c-6504-4492-b9a8-5fe533ebfba7"
],
"Groups": [
"00f924b0-3ace-46e7-bd19-dda17523161b",
"53e8cd90-926f-4ec8-9046-948b96ee9500"
],
"Opportunities": [
"064fe1a1-212b-4270-b3e4-21af519d5739",
"d40ad14f-afcb-4f8e-8c3f-5713e27113ce"
]
}
}
]