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": "25fb4aef-1bfd-4c9d-9c3c-8bbb3af97e63",
"ParentId": "49e0dab1-4106-4d97-9ffc-f13dfbac0854",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"67774e53-5fd2-463e-b7d6-0fecb9ca9c16",
"9bfc7dcf-2011-4292-8a0d-8a48e3954ed8"
],
"Companies": [
"705fa8a8-c6cc-42c9-bb52-193a32a39914",
"b121f523-7e0e-4a5c-8c79-bcee3e3832c7"
],
"Groups": [
"2058d482-77f9-4510-afd0-26b1a19cb96b",
"dba380fe-2f67-4964-97c2-d4887ec1b028"
],
"Opportunities": [
"5482a32f-a6e2-4b0e-a434-4bf0394d6f63",
"05fc0603-bb1a-4b01-ab9d-9788d563da9c"
]
}
},
{
"Id": "25fb4aef-1bfd-4c9d-9c3c-8bbb3af97e63",
"ParentId": "49e0dab1-4106-4d97-9ffc-f13dfbac0854",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"67774e53-5fd2-463e-b7d6-0fecb9ca9c16",
"9bfc7dcf-2011-4292-8a0d-8a48e3954ed8"
],
"Companies": [
"705fa8a8-c6cc-42c9-bb52-193a32a39914",
"b121f523-7e0e-4a5c-8c79-bcee3e3832c7"
],
"Groups": [
"2058d482-77f9-4510-afd0-26b1a19cb96b",
"dba380fe-2f67-4964-97c2-d4887ec1b028"
],
"Opportunities": [
"5482a32f-a6e2-4b0e-a434-4bf0394d6f63",
"05fc0603-bb1a-4b01-ab9d-9788d563da9c"
]
}
}
]