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": "75c26661-ebcd-497e-9f09-01892ac59903",
"ParentId": "b9cd2950-e636-453e-9739-928c89a3fc43",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b16dccc7-3922-49b6-9c6a-24abd8387ffb",
"7bfd9dae-9399-4329-8521-6061919ef614"
],
"Companies": [
"0b68e62b-c9f1-42fb-8cee-6b547b7f65e5",
"9f4a79d7-9099-44cd-a84f-21161bb8cd55"
],
"Groups": [
"ef117e07-cdc8-47a0-9a46-61f9bbb923d8",
"8084c605-24c2-4e1b-b85c-497185dfeeba"
],
"Opportunities": [
"2cb72938-899e-4d07-87d1-2f764986a906",
"84972def-5299-4125-a281-29e476c0b02a"
]
}
},
{
"Id": "75c26661-ebcd-497e-9f09-01892ac59903",
"ParentId": "b9cd2950-e636-453e-9739-928c89a3fc43",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b16dccc7-3922-49b6-9c6a-24abd8387ffb",
"7bfd9dae-9399-4329-8521-6061919ef614"
],
"Companies": [
"0b68e62b-c9f1-42fb-8cee-6b547b7f65e5",
"9f4a79d7-9099-44cd-a84f-21161bb8cd55"
],
"Groups": [
"ef117e07-cdc8-47a0-9a46-61f9bbb923d8",
"8084c605-24c2-4e1b-b85c-497185dfeeba"
],
"Opportunities": [
"2cb72938-899e-4d07-87d1-2f764986a906",
"84972def-5299-4125-a281-29e476c0b02a"
]
}
}
]