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": "7b5a61f5-ae94-4e8a-a48d-93ce06c2ac7f",
"ParentId": "157b95ed-1b12-4e34-ac16-3fb1432c9112",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b0583dfe-55f4-424d-bda4-4993b8dc54e6",
"752f794c-8e0c-490b-8759-f91e0ff0bcc0"
],
"Companies": [
"933bce07-f570-4b12-8ad7-e3837fdad914",
"75ad863a-4faf-4b18-bf23-96a73b8d0607"
],
"Groups": [
"a5525c45-78e4-4e03-a27c-58b0958c790b",
"c5d57ac0-5619-4952-9091-2c19b52f406d"
],
"Opportunities": [
"96a63180-2207-4b97-b016-321f247418ca",
"cf0f2141-2471-45ac-b1b5-0d004ed49b25"
]
}
},
{
"Id": "7b5a61f5-ae94-4e8a-a48d-93ce06c2ac7f",
"ParentId": "157b95ed-1b12-4e34-ac16-3fb1432c9112",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b0583dfe-55f4-424d-bda4-4993b8dc54e6",
"752f794c-8e0c-490b-8759-f91e0ff0bcc0"
],
"Companies": [
"933bce07-f570-4b12-8ad7-e3837fdad914",
"75ad863a-4faf-4b18-bf23-96a73b8d0607"
],
"Groups": [
"a5525c45-78e4-4e03-a27c-58b0958c790b",
"c5d57ac0-5619-4952-9091-2c19b52f406d"
],
"Opportunities": [
"96a63180-2207-4b97-b016-321f247418ca",
"cf0f2141-2471-45ac-b1b5-0d004ed49b25"
]
}
}
]