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": "9542f2f9-90a1-4267-8499-0e013d4c30ff",
"ParentId": "bdd7a1b9-e0cf-4989-a7ea-0ce92d31a892",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f19c6e00-ab97-47db-8d25-2fb48169cb01",
"ea8e75e2-5419-4ad9-99c2-01fcf9be23aa"
],
"Companies": [
"31bde974-2971-457e-a6d1-b3a3ab32a361",
"48f070fd-ae32-49f0-9232-aff029b68515"
],
"Groups": [
"0f729c89-4429-452e-b2e7-e35d3becf78a",
"f7b5a785-c2d4-43fe-8a5d-680b08423545"
],
"Opportunities": [
"564ce02d-0812-4b06-b9e7-63d4e41e29e7",
"3af48661-d477-40df-b529-43ed0fbb123a"
]
}
},
{
"Id": "9542f2f9-90a1-4267-8499-0e013d4c30ff",
"ParentId": "bdd7a1b9-e0cf-4989-a7ea-0ce92d31a892",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f19c6e00-ab97-47db-8d25-2fb48169cb01",
"ea8e75e2-5419-4ad9-99c2-01fcf9be23aa"
],
"Companies": [
"31bde974-2971-457e-a6d1-b3a3ab32a361",
"48f070fd-ae32-49f0-9232-aff029b68515"
],
"Groups": [
"0f729c89-4429-452e-b2e7-e35d3becf78a",
"f7b5a785-c2d4-43fe-8a5d-680b08423545"
],
"Opportunities": [
"564ce02d-0812-4b06-b9e7-63d4e41e29e7",
"3af48661-d477-40df-b529-43ed0fbb123a"
]
}
}
]