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": "b48f669b-a763-4982-95ca-695cbf6ac9a5",
"ParentId": "558d9ed2-e080-41b8-a411-5425392b30f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f05a86e7-ccd2-438e-bd81-732511683daa",
"8c884629-5f60-4996-a5e0-b1263820156a"
],
"Companies": [
"52afde0b-26fb-4132-829b-21ae1aeb43f3",
"1250299d-c8ac-4afa-b5f5-353ca6d9178f"
],
"Groups": [
"6baa2389-4850-42f9-8b47-6c87d68d508c",
"763264d8-2157-45f1-9845-3d4e61473445"
],
"Opportunities": [
"03e33a7a-d729-48ce-82c9-595ada01f326",
"5dd25595-b3fe-418b-8e14-f81f5173ff78"
]
}
},
{
"Id": "b48f669b-a763-4982-95ca-695cbf6ac9a5",
"ParentId": "558d9ed2-e080-41b8-a411-5425392b30f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f05a86e7-ccd2-438e-bd81-732511683daa",
"8c884629-5f60-4996-a5e0-b1263820156a"
],
"Companies": [
"52afde0b-26fb-4132-829b-21ae1aeb43f3",
"1250299d-c8ac-4afa-b5f5-353ca6d9178f"
],
"Groups": [
"6baa2389-4850-42f9-8b47-6c87d68d508c",
"763264d8-2157-45f1-9845-3d4e61473445"
],
"Opportunities": [
"03e33a7a-d729-48ce-82c9-595ada01f326",
"5dd25595-b3fe-418b-8e14-f81f5173ff78"
]
}
}
]