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": "2ac0f7e8-1fc1-4ea5-a1d3-8012cf7b58f3",
"ParentId": "c437d00f-7a07-4e21-b7b1-6196403c4683",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"802cf329-d5f1-44d6-b95f-4c78bb3b1fb3",
"6f62d31a-1036-4ea1-a376-b1a126b05357"
],
"Companies": [
"e14059ac-b1ba-4846-9597-5b740d42c5f7",
"615a9619-c539-45c4-854b-9741ce3d68ac"
],
"Groups": [
"47501067-b9cb-480b-8b54-9e3393d55446",
"2e02cee8-6500-4884-ab7e-754a7f203b21"
],
"Opportunities": [
"57b31bc0-c76b-4f9e-80af-c204c0f865fd",
"49260b6b-9bbe-43d1-bdef-4d70ebab9d16"
]
}
},
{
"Id": "2ac0f7e8-1fc1-4ea5-a1d3-8012cf7b58f3",
"ParentId": "c437d00f-7a07-4e21-b7b1-6196403c4683",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"802cf329-d5f1-44d6-b95f-4c78bb3b1fb3",
"6f62d31a-1036-4ea1-a376-b1a126b05357"
],
"Companies": [
"e14059ac-b1ba-4846-9597-5b740d42c5f7",
"615a9619-c539-45c4-854b-9741ce3d68ac"
],
"Groups": [
"47501067-b9cb-480b-8b54-9e3393d55446",
"2e02cee8-6500-4884-ab7e-754a7f203b21"
],
"Opportunities": [
"57b31bc0-c76b-4f9e-80af-c204c0f865fd",
"49260b6b-9bbe-43d1-bdef-4d70ebab9d16"
]
}
}
]