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": "b38a978e-6cde-4140-a3d6-27023e476cc1",
"ParentId": "7705dc5e-58b4-481c-abe9-d38ff2c2f8eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fe7569a9-3541-4038-91a2-c937088e1edc",
"1378eb92-8148-486b-bd99-4b5812dad421"
],
"Companies": [
"5e925cca-e4d0-4cfc-849a-2048d8bafd51",
"b9b92d09-ed67-4152-b9f3-b75130137d4e"
],
"Groups": [
"74b49b07-fb99-4ad8-a1af-b2c132df94c7",
"2ae90c96-22e4-4768-b2a1-ec2ff384a4c0"
],
"Opportunities": [
"fa3e1168-90d8-4766-8599-765e4b849276",
"aeaa16ff-db26-4185-bc26-ddbffb7a19ee"
]
}
},
{
"Id": "b38a978e-6cde-4140-a3d6-27023e476cc1",
"ParentId": "7705dc5e-58b4-481c-abe9-d38ff2c2f8eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fe7569a9-3541-4038-91a2-c937088e1edc",
"1378eb92-8148-486b-bd99-4b5812dad421"
],
"Companies": [
"5e925cca-e4d0-4cfc-849a-2048d8bafd51",
"b9b92d09-ed67-4152-b9f3-b75130137d4e"
],
"Groups": [
"74b49b07-fb99-4ad8-a1af-b2c132df94c7",
"2ae90c96-22e4-4768-b2a1-ec2ff384a4c0"
],
"Opportunities": [
"fa3e1168-90d8-4766-8599-765e4b849276",
"aeaa16ff-db26-4185-bc26-ddbffb7a19ee"
]
}
}
]