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": "df8c36e9-02d9-4677-acd0-9eebe8619e64",
"ParentId": "119821da-5aec-4ef5-b226-b4b6f163a82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fcfd4b78-05ec-45a9-b3f9-7e29dfc96aa5",
"33a2c4c2-a56f-4ab8-98c6-3a915dd1ba0f"
],
"Companies": [
"a27bbd09-daa0-4111-8768-7fbe1aeeb861",
"6bd616dd-f3e9-4fba-a838-81cedadd1cb8"
],
"Groups": [
"adff4822-d089-4255-bfe3-ae33dd3e2f01",
"f5113154-8f15-41f9-8482-a43e6527d483"
],
"Opportunities": [
"aa4cbe9f-50fc-40be-b387-ac347d38090f",
"d4ba0fce-fbec-4862-9bff-44cb1a994b7b"
]
}
},
{
"Id": "df8c36e9-02d9-4677-acd0-9eebe8619e64",
"ParentId": "119821da-5aec-4ef5-b226-b4b6f163a82a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fcfd4b78-05ec-45a9-b3f9-7e29dfc96aa5",
"33a2c4c2-a56f-4ab8-98c6-3a915dd1ba0f"
],
"Companies": [
"a27bbd09-daa0-4111-8768-7fbe1aeeb861",
"6bd616dd-f3e9-4fba-a838-81cedadd1cb8"
],
"Groups": [
"adff4822-d089-4255-bfe3-ae33dd3e2f01",
"f5113154-8f15-41f9-8482-a43e6527d483"
],
"Opportunities": [
"aa4cbe9f-50fc-40be-b387-ac347d38090f",
"d4ba0fce-fbec-4862-9bff-44cb1a994b7b"
]
}
}
]