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": "89a5ce44-20f5-4b78-8a32-c66aeae557ff",
"ParentId": "e5605282-0172-4f57-920d-aacf2f84000b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"db9b1b95-70fb-410a-a4c4-c44abcbf8daf",
"8cd292b8-8947-4c0c-b41e-2672b0f991eb"
],
"Companies": [
"d507b297-c388-4432-ba07-151fe5d5d5be",
"a4540d99-e3b9-4afc-b314-6804cf9414ed"
],
"Groups": [
"69fd5fbd-2f58-4f15-82b7-d8b7b6ed8fe4",
"b01b3dc4-c356-4f07-b4f1-2998b7600cd0"
],
"Opportunities": [
"79724b0a-fa4f-4710-863b-a64d22bd6da2",
"5f2a573f-1181-4950-99e3-bfc49418f679"
]
}
},
{
"Id": "89a5ce44-20f5-4b78-8a32-c66aeae557ff",
"ParentId": "e5605282-0172-4f57-920d-aacf2f84000b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"db9b1b95-70fb-410a-a4c4-c44abcbf8daf",
"8cd292b8-8947-4c0c-b41e-2672b0f991eb"
],
"Companies": [
"d507b297-c388-4432-ba07-151fe5d5d5be",
"a4540d99-e3b9-4afc-b314-6804cf9414ed"
],
"Groups": [
"69fd5fbd-2f58-4f15-82b7-d8b7b6ed8fe4",
"b01b3dc4-c356-4f07-b4f1-2998b7600cd0"
],
"Opportunities": [
"79724b0a-fa4f-4710-863b-a64d22bd6da2",
"5f2a573f-1181-4950-99e3-bfc49418f679"
]
}
}
]