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": "c1d1bcc5-b3ef-4fcb-89aa-df75940dba1d",
"ParentId": "8108a696-f46e-4e3d-b5e2-445292e7600b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f7147f75-406d-40ed-9a39-ded79d9b289f",
"e4c73f6e-5a3b-4b9b-92c0-90c9acc657d1"
],
"Companies": [
"67269b79-4ea7-49e8-b2b9-9a20301a023f",
"e3873ba9-b29c-4d8e-a706-560e5c1950f4"
],
"Groups": [
"e9af47ba-59d3-49f0-8151-2b0ff6a0bc7c",
"ab2e8670-f1e8-4fe0-a6cf-9007de5910c2"
],
"Opportunities": [
"e09ba401-c474-42ce-9527-4c26f0202d2e",
"efbd3c28-b731-4885-91ed-7f08ae10a84b"
]
}
},
{
"Id": "c1d1bcc5-b3ef-4fcb-89aa-df75940dba1d",
"ParentId": "8108a696-f46e-4e3d-b5e2-445292e7600b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f7147f75-406d-40ed-9a39-ded79d9b289f",
"e4c73f6e-5a3b-4b9b-92c0-90c9acc657d1"
],
"Companies": [
"67269b79-4ea7-49e8-b2b9-9a20301a023f",
"e3873ba9-b29c-4d8e-a706-560e5c1950f4"
],
"Groups": [
"e9af47ba-59d3-49f0-8151-2b0ff6a0bc7c",
"ab2e8670-f1e8-4fe0-a6cf-9007de5910c2"
],
"Opportunities": [
"e09ba401-c474-42ce-9527-4c26f0202d2e",
"efbd3c28-b731-4885-91ed-7f08ae10a84b"
]
}
}
]