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": "5f5b219c-5cf2-4761-b891-6242bd836a46",
"ParentId": "d95cb964-3df4-4419-bcf9-d1453df5b2fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4c698de9-27c9-4e13-a552-26a07a48ba6f",
"56ed464d-cb8f-4755-97d4-6da68a6d924f"
],
"Companies": [
"562adfa7-5d63-49a5-8fe1-f8c12aab3101",
"3389c6ae-36ed-47ae-86d4-da8c3d4fc97f"
],
"Groups": [
"fb916c7b-833e-4527-93c8-1709b12e7fb7",
"e7c80ab3-3b40-47a8-849c-9445b5aad8ca"
],
"Opportunities": [
"f53b8d05-e3d3-46c5-87fe-1d4a29d41f66",
"5f61ea46-d352-4432-980c-3108ecc79053"
]
}
},
{
"Id": "5f5b219c-5cf2-4761-b891-6242bd836a46",
"ParentId": "d95cb964-3df4-4419-bcf9-d1453df5b2fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4c698de9-27c9-4e13-a552-26a07a48ba6f",
"56ed464d-cb8f-4755-97d4-6da68a6d924f"
],
"Companies": [
"562adfa7-5d63-49a5-8fe1-f8c12aab3101",
"3389c6ae-36ed-47ae-86d4-da8c3d4fc97f"
],
"Groups": [
"fb916c7b-833e-4527-93c8-1709b12e7fb7",
"e7c80ab3-3b40-47a8-849c-9445b5aad8ca"
],
"Opportunities": [
"f53b8d05-e3d3-46c5-87fe-1d4a29d41f66",
"5f61ea46-d352-4432-980c-3108ecc79053"
]
}
}
]