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": "ed5f4054-6056-4a86-a887-8d40e00d796b",
"ParentId": "f2253084-5aa6-4cdc-bffa-5a595e3b1f39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8d9ed806-f207-4315-9320-832aad34ac1c",
"16d9dc77-529f-4ba2-899f-aacd145cac57"
],
"Companies": [
"539ff4d5-b5f4-4924-942b-f21de10eea21",
"3f3aed43-d55f-413e-9d3b-0311969006a5"
],
"Groups": [
"0974bf9d-5659-4323-b476-56e30ebb46ef",
"af02ca7c-35e9-4217-bc3d-f0e168616f42"
],
"Opportunities": [
"908f863f-258d-4313-a5e5-79b37f39555d",
"6e01b811-47e2-443c-a60f-f451736e13a7"
]
}
},
{
"Id": "ed5f4054-6056-4a86-a887-8d40e00d796b",
"ParentId": "f2253084-5aa6-4cdc-bffa-5a595e3b1f39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8d9ed806-f207-4315-9320-832aad34ac1c",
"16d9dc77-529f-4ba2-899f-aacd145cac57"
],
"Companies": [
"539ff4d5-b5f4-4924-942b-f21de10eea21",
"3f3aed43-d55f-413e-9d3b-0311969006a5"
],
"Groups": [
"0974bf9d-5659-4323-b476-56e30ebb46ef",
"af02ca7c-35e9-4217-bc3d-f0e168616f42"
],
"Opportunities": [
"908f863f-258d-4313-a5e5-79b37f39555d",
"6e01b811-47e2-443c-a60f-f451736e13a7"
]
}
}
]