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": "9a776cd5-e47e-4821-a048-fa96077bf10a",
"ParentId": "c7a30ddb-329d-4a07-a267-81f14ebe7b6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8b02a36b-9a5b-4892-a435-c04537d6dc4d",
"16597ddf-df19-4bc4-a223-4a9d7e876b28"
],
"Companies": [
"ab3e804f-e884-4373-8ba9-841ea0a61ec1",
"5959d752-c37a-4568-b29a-14c30cda3573"
],
"Groups": [
"cac77a60-a798-42e1-b174-475e172ce9a3",
"cbc9f420-b066-467e-aeab-d34e6da531d4"
],
"Opportunities": [
"7ca61fc0-d865-47a1-a7f9-6a1c087dd7b8",
"7a1292bc-a2b6-4c46-beb3-4d9b18e1ad53"
]
}
},
{
"Id": "9a776cd5-e47e-4821-a048-fa96077bf10a",
"ParentId": "c7a30ddb-329d-4a07-a267-81f14ebe7b6a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8b02a36b-9a5b-4892-a435-c04537d6dc4d",
"16597ddf-df19-4bc4-a223-4a9d7e876b28"
],
"Companies": [
"ab3e804f-e884-4373-8ba9-841ea0a61ec1",
"5959d752-c37a-4568-b29a-14c30cda3573"
],
"Groups": [
"cac77a60-a798-42e1-b174-475e172ce9a3",
"cbc9f420-b066-467e-aeab-d34e6da531d4"
],
"Opportunities": [
"7ca61fc0-d865-47a1-a7f9-6a1c087dd7b8",
"7a1292bc-a2b6-4c46-beb3-4d9b18e1ad53"
]
}
}
]