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": "a903e468-4e8e-4499-a961-967380f4e9ce",
"ParentId": "a628e066-0b62-4b57-a75a-5ccdb46d3df2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d1fb6af3-8f45-4240-835f-4411017eb482",
"714f20ff-7fce-4807-99f8-a67c6980048b"
],
"Companies": [
"09177223-d227-4bec-99a7-c2902c0ca009",
"a2d2c02f-ea8a-401c-b5b8-06a08334e837"
],
"Groups": [
"055f4316-95a1-4b08-ab59-ea9bce766618",
"57192c63-e5be-48d7-8516-ef6f03050277"
],
"Opportunities": [
"eeeaabd9-165f-49fd-8ad4-154a5bef69e5",
"200b8727-90df-47ec-98ef-45f381b072e1"
]
}
},
{
"Id": "a903e468-4e8e-4499-a961-967380f4e9ce",
"ParentId": "a628e066-0b62-4b57-a75a-5ccdb46d3df2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d1fb6af3-8f45-4240-835f-4411017eb482",
"714f20ff-7fce-4807-99f8-a67c6980048b"
],
"Companies": [
"09177223-d227-4bec-99a7-c2902c0ca009",
"a2d2c02f-ea8a-401c-b5b8-06a08334e837"
],
"Groups": [
"055f4316-95a1-4b08-ab59-ea9bce766618",
"57192c63-e5be-48d7-8516-ef6f03050277"
],
"Opportunities": [
"eeeaabd9-165f-49fd-8ad4-154a5bef69e5",
"200b8727-90df-47ec-98ef-45f381b072e1"
]
}
}
]