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": "588c8ce1-117c-4076-b47f-9c3a6bbd6fdb",
"ParentId": "be2ecceb-1a88-4f79-b8e9-3d0576398482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"56a40fa1-8cde-46bb-8bbc-f587a3d42613",
"adae203c-6547-45ac-b344-5217370a2b9f"
],
"Companies": [
"18e2f427-8f8b-4bf2-a139-05b13469629a",
"eca02068-5018-4c8a-9d89-b049fbe02f16"
],
"Groups": [
"73518e4e-6065-4318-b4f1-53dd0ccf0c0e",
"7ff9119d-1aa4-495b-979c-17d04da52482"
],
"Opportunities": [
"e1499ba3-c24e-49b1-a964-a6f7a06c56f7",
"7bbd2f6e-4ed4-48f8-bc86-5714a591050f"
]
}
},
{
"Id": "588c8ce1-117c-4076-b47f-9c3a6bbd6fdb",
"ParentId": "be2ecceb-1a88-4f79-b8e9-3d0576398482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"56a40fa1-8cde-46bb-8bbc-f587a3d42613",
"adae203c-6547-45ac-b344-5217370a2b9f"
],
"Companies": [
"18e2f427-8f8b-4bf2-a139-05b13469629a",
"eca02068-5018-4c8a-9d89-b049fbe02f16"
],
"Groups": [
"73518e4e-6065-4318-b4f1-53dd0ccf0c0e",
"7ff9119d-1aa4-495b-979c-17d04da52482"
],
"Opportunities": [
"e1499ba3-c24e-49b1-a964-a6f7a06c56f7",
"7bbd2f6e-4ed4-48f8-bc86-5714a591050f"
]
}
}
]