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": "8a78aa4a-68e8-49c5-a9c5-b8d6b9c2dd1a",
"ParentId": "32dd08f0-f0a1-4144-8936-ebdf9fe5edeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"049d4d3d-0508-44d7-8210-1164b6594f0f",
"825ce4c9-c77e-47aa-a4b4-7592109a576e"
],
"Companies": [
"bf111165-28aa-44e7-a00c-9c982a31eebf",
"bee87a54-4cc0-4d16-a9da-234e4a302b95"
],
"Groups": [
"5424e083-c65d-468a-9c7f-cd1d4bd5ea18",
"0618a0a9-01b6-4102-97ef-f7dbf9557f9d"
],
"Opportunities": [
"9a1e4f2d-48bc-4138-978f-3073a8ece4e0",
"43a82a0c-430b-457d-9c1e-4fcaea73697c"
]
}
},
{
"Id": "8a78aa4a-68e8-49c5-a9c5-b8d6b9c2dd1a",
"ParentId": "32dd08f0-f0a1-4144-8936-ebdf9fe5edeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"049d4d3d-0508-44d7-8210-1164b6594f0f",
"825ce4c9-c77e-47aa-a4b4-7592109a576e"
],
"Companies": [
"bf111165-28aa-44e7-a00c-9c982a31eebf",
"bee87a54-4cc0-4d16-a9da-234e4a302b95"
],
"Groups": [
"5424e083-c65d-468a-9c7f-cd1d4bd5ea18",
"0618a0a9-01b6-4102-97ef-f7dbf9557f9d"
],
"Opportunities": [
"9a1e4f2d-48bc-4138-978f-3073a8ece4e0",
"43a82a0c-430b-457d-9c1e-4fcaea73697c"
]
}
}
]