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": "2bcc8426-75c4-4318-b9a9-7fcb6aec4ea4",
"ParentId": "ae7cf4f9-c25d-4660-ae46-8603bc927b2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"358715ca-2e2f-4bad-bec5-42b82cd1e506",
"eda99453-c522-4240-a017-37493d0df0ec"
],
"Companies": [
"07a2eb7b-35d1-47fa-b448-2e56afa7f10a",
"3bde3b3a-7d01-4bdd-a428-1a69a1da34f9"
],
"Groups": [
"edab99da-6cb4-496e-80ee-67a03aedc433",
"b14f814d-e9d9-41bf-b6e5-791491f643e1"
],
"Opportunities": [
"0df0428e-15aa-4cda-bcdc-1583296a22be",
"02801408-b82b-4e57-99d0-28601456c30f"
]
}
},
{
"Id": "2bcc8426-75c4-4318-b9a9-7fcb6aec4ea4",
"ParentId": "ae7cf4f9-c25d-4660-ae46-8603bc927b2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"358715ca-2e2f-4bad-bec5-42b82cd1e506",
"eda99453-c522-4240-a017-37493d0df0ec"
],
"Companies": [
"07a2eb7b-35d1-47fa-b448-2e56afa7f10a",
"3bde3b3a-7d01-4bdd-a428-1a69a1da34f9"
],
"Groups": [
"edab99da-6cb4-496e-80ee-67a03aedc433",
"b14f814d-e9d9-41bf-b6e5-791491f643e1"
],
"Opportunities": [
"0df0428e-15aa-4cda-bcdc-1583296a22be",
"02801408-b82b-4e57-99d0-28601456c30f"
]
}
}
]